unimatrix / cake
Utilities for CakePHP 3.6
Installs: 241
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
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');