kingloui / cakephp-basekit-users
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.1.0) of this package.
CakeDC Users wrapper for BaseKit CakePHP Plugin
Package info
github.com/KingLoui/cakephp-basekit-users
Type:cakephp-plugin
pkg:composer/kingloui/cakephp-basekit-users
0.1.0
2016-10-01 13:00 UTC
Requires
- php: >=5.5.9
- cakedc/users: ^3.2
- cakephp/cakephp: >=3.3.2 <4.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2023-12-09 15:42:52 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require kingloui/cakephp-basekit-users:dev-master
If installed by composer, BaseKit will automatically load the module at bootstrap. You can deactivate the module by writing the proper config value ('BaseKit.Modules.ModuleName' => false)