Libraries tagged by enumeration
aldemeery/enum-polyfill
40515 Downloads
A Polyfill for the SplEnum type in PHP
yethee/enum-bundle
87304 Downloads
This bundle provides a typed enumeration for Symfony applications
danaki/doctrine-enum-type-bundle
131958 Downloads
This bundle provides a typed enumeration for Symfony2 applications
yokai/enum-bundle
80052 Downloads
Simple enumeration system with Symfony integration
jiannei/laravel-enum
21261 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
cloudstek/php-enum
259588 Downloads
Enumeration support for PHP
zlikavac32/php-enum
5079 Downloads
Better PHP enum support
steefdw/standards-enums
22556 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
lishun/enums
298 Downloads
php8.1 enums tools
crussell52/php-enum
32640 Downloads
PHP Enums inspired by Java Enums
xi/collections
100189 Downloads
Functional, immutable and extensible enumerations and collections for PHP 5.3.
uwkluis/enums
53985 Downloads
Enumerations for the UwKluis API
pacificsec/cpe
30224 Downloads
CPE: Common Platform Enumeration for PHP
aboutcoders/enum-serializer-bundle
25004 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
vcn/enum
25183 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.