dereuromark / cakephp-imagine-plugin
Imagine Plugin for CakePHP
Installs: 7 566
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 36
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=7.3
- cakephp/cakephp: ^4.3.0
- cakephp/plugin-installer: *
- imagine/imagine: ^1.0.0
Requires (Dev)
- fig-r/psr2r-sniffer: dev-master
- phpunit/phpunit: ^9.5
README
The Imagine plugin is a CakePHP wrapper around the Imagine image manipulation library. It makes it very easy to manipulate image data like resize, thumbnail, crop or even to do more complex tasks like creating a photo collage. Also it abstracts the different ways, GD, Imagick, Imagick Shell to work with image data in php.
Requirements
- CakePHP 4.2+
- PHP 7.4+
- Imagine
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.
Contributing
To contribute to this plugin please follow a few basic rules.
- Pull requests must be send to the
develop
branch. - Contributions must follow the PSR2-R coding standard recommendation.
- Unit tests are required.
License
Copyright 2012 - 2015, Florian Krämer
Licensed under The MIT License Redistributions of files must retain the above copyright notice.