jonasdamher / simplifyimage
Library for upload, modify and delete images.
v0.1
2020-05-24 07:04 UTC
Requires
- php: ^7.4.2
This package is auto-updated.
Last update: 2025-06-16 09:59:04 UTC
README
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.
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.