Libraries tagged by php enumeration
neutronstars/enum
68 Downloads
Added an enumeration system as close as possible to PHP 8.1 for earlier versions.
xeriab/enumeration
11 Downloads
PHP enumeration library.
neutronstars/doctrine-enum-php-type
13 Downloads
Added a doctrine type for the php enumeration system designed to be as close as possible to PHP 8.1 for earlier versions.
aphproach/enumerations
14 Downloads
php enumerations implementation.
alsal/enumeration
17 Downloads
Abstract PHP Enumeration Class
vaened/php-enum
196 Downloads
PHP enumeration support
manchenkov/php-enum
4 Downloads
Enumeration type - PHP implementation with useful magic methods
kugaudo/php-enum
17 Downloads
Tiny Java-styled enumeration support for PHP
extalion/php-enum
624 Downloads
Gives the ability to emulate and create enumeration objects in PHP.
zlikavac32/php-enum-symfony
86 Downloads
Symfony PHP enum support
zlikavac32/php-enum-doctrine
258 Downloads
Doctrine PHP enum support
neutronstars/symfony-normalizer-enum-php
13 Downloads
Added Symfony normalizer for the enumeration system designed to be as close to PHP 8.1 for earlier versions.
lip/php-enum
65 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。
klamius/php-enum
8 Downloads
A PHP library providing a way to work with enumeration
hjcostabr/php-enum
33 Downloads
PHP implementation for ENUM functionality