unimatrix / cake
This package is abandoned and no longer maintained.
No replacement package was suggested.
Utilities for CakePHP 3.6
3.2.0
2018-06-23 15:37 UTC
Requires
- php: >=7.1.0
- cakephp/cakephp: 3.6.*
- matthiasmullie/minify: ^1.3
- mtdowling/cron-expression: ^1.2
- voku/html-min: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.7.14|^6.0
- symfony/var-dumper: ~2.7|~3.0|~4.0
README
Utilities for CakePHP 3.6
Requirements
- PHP >= 7.1
- CakePHP >= 3.6
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require unimatrix/cake:^3.0
Don't forget to load it under your bootstrap function in Application.php
$this->addPlugin('Unimatrix/Cake');