From a6f42255c85b494f3ced6ad16e05db4d50064f1c Mon Sep 17 00:00:00 2001 From: "DESKTOP-G4C80F7\\geckon01" Date: Thu, 30 Mar 2023 00:45:07 +0300 Subject: [PATCH] Updated readme.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93b2fb6..a4e0834 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file