for CakePHP 2.x
- PHP version: PHP >=5.4
- CakePHP version: 2.x Stable
- Composer
In 2.0 you need to enable the plugin in your app/Config/bootstrap.php
file:
CakePlugin::load('ElephantIO', array('bootstrap' => true));
To report bugs or request features, please visit the Issue Tracker.
Please feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high.
Copyright 2014, Victor San Martín
Licensed under The MIT License
Redistributions of files must retain the above copyright notice.