sdevore / Enum

Enumeration list for CakePHP 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakeDC Enum Plugin

Build Status Coverage Total Downloads License

Enumeration list for CakePHP 3.

Install

Using Composer:

composer require cakedc/enum:~1.0

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.1+
  • PHP 5.4.16+ Note CakePHP 3.2 requires PHP 5.5 so 5.4 compatibility would be dropped sooner than later...

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

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 2016 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

License:MIT License


Languages

Language:PHP 100.0%