Updated readme.md

This commit is contained in:
2023-03-30 00:45:07 +03:00
parent a3831cad6b
commit a6f42255c8
+13 -4
View File
@@ -2,12 +2,23 @@
# SimpleImageCompressor
[![Software License][ico-license]](LICENSE.md)
![Version](https://img.shields.io/packagist/v/geckon01/simple-image-compressor)
![Lecense](https://img.shields.io/badge/license-MIT-green)
![Downloads](https://img.shields.io/packagist/dt/geckon01/simple-image-compressor)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d773335a657d467faaa0ebb12bc2abe1)](https://app.codacy.com/gh/Geckon01/simple-image-compressor/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
**SimpleImageCompressor** - is a tiny simple PHP image compressor lib which allows you to compress any image easily on the fly.
## Installation
### With composer
```bash
composer require "geckon01/simple-image-compressor"
```
### Without composer
1. Download latest release [here](https://github.com/Geckon01/simple-image-compressor/releases).
2. Unpack archive to any folder of your project you wish.
3. Load main lib files:
@@ -64,6 +75,4 @@ As example, if we have original image 1920x1080 which we want to get 50% of orig
## License
This software is licensed under the MIT License. [View the license](LICENSE.md).
[ico-license]: https://img.shields.io/badge/license-MIT-green
This software is licensed under the MIT License. [View the license](LICENSE.md).