quest/cakephp-elephant.io

ElephantIO Plugin for CakePHP

1.0.0 2014-08-28 18:57 UTC

This package is not auto-updated.

Last update: 2024-05-07 00:36:57 UTC


README

for CakePHP 2.x

Requirement

  • PHP version: PHP >=5.4
  • CakePHP version: 2.x Stable
  • Composer

Installation

Enable plugin

In 2.0 you need to enable the plugin in your app/Config/bootstrap.php file:

    CakePlugin::load('ElephantIO', array('bootstrap' => true));

Usage

Methods

TODO

Support

To report bugs or request features, please visit the Issue Tracker.

Contributing to this Plugin

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.

License

Copyright 2014, Victor San Martín

Licensed under The MIT License
Redistributions of files must retain the above copyright notice.