Libraries tagged by enumerator
aldemeery/enum-polyfill
40500 Downloads
A Polyfill for the SplEnum type in PHP
yokai/enum-bundle
80043 Downloads
Simple enumeration system with Symfony integration
jiannei/laravel-enum
21229 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
259579 Downloads
Enumeration support for PHP
davidianbonner/enumerated
35100 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
zlikavac32/php-enum
5079 Downloads
Better PHP enum support
steefdw/standards-enums
22484 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.
miladrahimi/php-enum
7604 Downloads
A PHP Abstract Enum Class
lishun/enums
298 Downloads
php8.1 enums tools
crussell52/php-enum
32628 Downloads
PHP Enums inspired by Java Enums
xi/collections
100182 Downloads
Functional, immutable and extensible enumerations and collections for PHP 5.3.
uwkluis/enums
53973 Downloads
Enumerations for the UwKluis API
pacificsec/cpe
30211 Downloads
CPE: Common Platform Enumeration for PHP
aboutcoders/enum-serializer-bundle
25001 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
vcn/enum
25173 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.