sergix44 / imagezen
Yet another image manipulation library
Fund package maintenance!
SergiX44
Requires
- php: ^8.2
- ext-fileinfo: *
- guzzlehttp/psr7: ^2.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- pestphp/pest: ^2.29
- sapientpro/image-comparator: ^1.0
Suggests
- ext-gd: To use GD library based image processing.
- ext-imagick: To use Imagick based image processing.
README
Yet another image manipulation library for PHP
ImageZen is a PHP library that allows you to manipulate images in a simple way. It's extensible and easy to use, you can create your own operations and use them in your projects. The core operations are based on Intervention Image.
Installation
You can install the package via composer:
composer require sergix44/imagezen
Usage
See the official documentation here.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The AGPL-3.0 License. Please see License File for more information.