This package is abandoned and no longer maintained. No replacement package was suggested.

Utilities for CakePHP 3.6

Installs: 232

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

3.2.0 2018-06-23 15:37 UTC

README

Build Status Coverage Status Latest Stable Version License Total Downloads

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');