Libraries tagged by enumaration
steefdw/standards-enums
41026 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.
nelexa/enum
429497 Downloads
PHP Enum implementation
danaki/doctrine-enum-type-bundle
140052 Downloads
This bundle provides a typed enumeration for Symfony2 applications
aldemeery/enum-polyfill
48887 Downloads
A Polyfill for the SplEnum type in PHP
jiannei/laravel-enum
26887 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
dive-be/php-enum-utils
267448 Downloads
Those utilities you always need when dealing with native enumerations.
cloudstek/php-enum
262490 Downloads
Enumeration support for PHP
cakedc/enum
203784 Downloads
Enumeration list Plugin for CakePHP 5
zlikavac32/php-enum
5338 Downloads
Better PHP enum support
yethee/enum-bundle
88189 Downloads
This bundle provides a typed enumeration for Symfony applications
somnambulist/domain
5036 Downloads
Provides a collection of entities, helpers and base implementations for creating domain objects.
marc-mabe/enum-cl
4012 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
lishun/enums
570 Downloads
php8.1 enums tools
enumeum/doctrine-enums-bundle
5141 Downloads
Bundle for Doctrine enumerations extension for Postgres
crussell52/php-enum
35905 Downloads
PHP Enums inspired by Java Enums