php-enum

Simple and fast implementation of enumerations with native PHP>=5.6
  https://github.com/marc-mabe/php-enum
  0
  no reviews



Implementation to add enumeration support to PHP >= 5.3. It's an abstract class that needs to be extended to use it.