Libraries tagged by php enumeration
robusto/enum
1544 Downloads
A PHP 7.0+ Robust enumeration library.
apetitpa/card-factory
5 Downloads
CardFactory is a PHP library designed to simplify the creation and management of card decks for card games. It provides an organized and extensible structure with classes and enumerations for cards, suits, values, and decks, making it easy to build and manipulate card decks in a variety of game scenarios.
xeriab/enumeration
11 Downloads
PHP enumeration library.
neutronstars/doctrine-enum-php-type
11 Downloads
Added a doctrine type for the php enumeration system designed to be as close as possible to PHP 8.1 for earlier versions.
alsal/enumeration
15 Downloads
Abstract PHP Enumeration Class
manchenkov/php-enum
2 Downloads
Enumeration type - PHP implementation with useful magic methods
kugaudo/php-enum
16 Downloads
Tiny Java-styled enumeration support for PHP
extalion/php-enum
619 Downloads
Gives the ability to emulate and create enumeration objects in PHP.
zlikavac32/php-enum-symfony
85 Downloads
Symfony PHP enum support
zlikavac32/php-enum-doctrine
257 Downloads
Doctrine PHP enum support
neutronstars/symfony-normalizer-enum-php
11 Downloads
Added Symfony normalizer for the enumeration system designed to be as close to PHP 8.1 for earlier versions.
lip/php-enum
64 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。
klamius/php-enum
7 Downloads
A PHP library providing a way to work with enumeration
hjcostabr/php-enum
31 Downloads
PHP implementation for ENUM functionality
dnl-blkv/simple-php-enum
22 Downloads
A simple C/C++ alike enum library.