Skip to content

omnuvito/Enum

 
 

Repository files navigation

CakeDC Enum Plugin

Build Status Coverage Total Downloads License

Enumeration list for CakePHP 3.

Install

Using [Composer][composer]:

composer require cakedc/enum:dev-master

You then need to load the plugin. You can use the shell command:

bin/cake plugin load CakeDC/Enum

or by manually adding statement shown below to bootstrap.php:

Plugin::load('CakeDC/Enum');

Requirements

  • CakePHP 3.0+
  • PHP 5.4.16+

Documentation

COMING SOON

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.

License

Copyright 2015 Cake Development Corporation (CakeDC). All rights reserved.

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

About

Enumeration list for CakePHP 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%