lowg33kdev/cakephp-intervention-image

CakePHP Intervention Image Plugin

1.0.0 2016-08-15 22:12 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:39:52 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.