lowg33kdev / cakephp-intervention-image
CakePHP Intervention Image Plugin
Installs: 512
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4
- cakephp/cakephp: ~3.1
- intervention/image: ^2.3
Requires (Dev)
This package is not auto-updated.
Last update: 2024-10-26 20:20:47 UTC
README
This plugin is a Intervention Image library wrapper for CakePHP.
Requirements
The master branch has the following requirements:
- CakePHP 3.1.0 or greater.
- PHP 5.4.16 or greater.
- Intervention Image 2.3 or greater
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require lowg33kdev/cakephp-intervention-image
Load your plugin using
bin/cake plugin load CakeInterventionImage
or by manually putting CakePlugin::load('InterventionImage')
in your boostrap.php
or in your boostrap_cli.php
.