Skip to content

jonasdamher/simplifyimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo simplifyimage

simplifyimage

Upload, modify and delete images the easy way.

  • Allows crop and scale images easy.
  • Allows upload and update one or multiple images.
  • Allows conversion type image to WEBP, PNG and JPEG.

Scrutinizer Code Quality Code Coverage Build Status

GitHub tag (latest by date) GitHub license

Installation

composer require jonasdamher/simplifyimage

Usage

require __DIR__ . '/vendor/autoload.php';

$simplifyimage = new Jonasdamher\Simplifyimage\Image();

Wiki

📖 Go to Wiki.

Contributing

Any contributions you make are greatly appreciated.

Fork the Project.

Create your Feature Branch (git checkout -b feature/AmazingFeature).

Commit your Changes (git commit -m 'Add some AmazingFeature').

Push to the Branch (git push origin feature/AmazingFeature).

Open a Pull Request.

License

Under the MIT license.