burzum/cakephp-imagine-plugin
Imagine Plugin for CakePHP
Maintainers
Package info
github.com/burzum/cakephp-imagine-plugin
Type:cakephp-plugin
pkg:composer/burzum/cakephp-imagine-plugin
Requires
- php: >=7.2.0
- cakephp/cakephp: ^4.0.0
- cakephp/plugin-installer: *
- imagine/imagine: 0.6.*
Requires (Dev)
- cakephp/cakephp-codesniffer: ^4.0
- phpunit/phpunit: ^8.0
- vlucas/phpdotenv: ^3.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
๐ Software License
๐ Build Status
๐ Coverage Status
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.
If you're upgrading from CakePHP 2.x please read the migration guide.
Requirements
- CakePHP 3.0+
- PHP 5.4+
- Imagine
Documentation
For documentation, as well as tutorials, see the docs directory of this repository.
Support
For bugs and feature requests, please use the issues section of this repository.
Contributing
To contribute to this plugin please follow a few basic rules.
- Pull requests must be send to the
developbranch. - 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.
