php-enum topic
List
php-enum repositories
doctrine-enum-type
132
Stars
15
Forks
Watchers
A custom Doctrine type that maps column values to enum objects using myclabs/php-enum
php-enum
462
Stars
36
Forks
Watchers
Simple and fast implementation of enumerations with native PHP
php-enum
2.7k
Stars
132
Forks
Watchers
The enum PHP is missing, inspired from SplEnum
php-enum
70
Stars
3
Forks
Watchers
PHPEnum is an enumeration class library for PHP developers. The idea comes from Java enumeration, and using the PHP features to implement single-value enumeration and multi-value enumeration.
php-enumeration
53
Stars
4
Forks
Watchers
Implementation of enumeration classes in PHP. The better alternative for enums
php-enum-enhancements
17
Stars
0
Forks
Watchers
Adds some helpful enum traits to the glorious new PHP Enum type, like value lists and value arrays.