Libraries tagged by enumaration
nelexa/enum
547388 Downloads
PHP Enum implementation
aldemeery/enum-polyfill
60479 Downloads
A Polyfill for the SplEnum type in PHP
yokai/enum-bundle
104329 Downloads
Simple enumeration system with Symfony integration
cakedc/enum
234330 Downloads
Enumeration list Plugin for CakePHP 5
cloudstek/php-enum
275896 Downloads
Enumeration support for PHP
freshp/php-enumeration
35175 Downloads
This small package can represent a enumeration field. For example in a database or an api.
elgg/enumeration
7324 Downloads
An enumeration implementation for PHP.
dkd/enumeration
58765 Downloads
An enumeration implementation for PHP.
zlikavac32/php-enum
5889 Downloads
Better PHP enum support
yethee/enum-bundle
88742 Downloads
This bundle provides a typed enumeration for Symfony applications
steefdw/standards-enums
85348 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.
somnambulist/domain
6277 Downloads
Provides a collection of entities, helpers and base implementations for creating domain objects.
marc-mabe/enum-cl
7620 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
danaki/doctrine-enum-type-bundle
148925 Downloads
This bundle provides a typed enumeration for Symfony2 applications
crussell52/php-enum
42509 Downloads
PHP Enums inspired by Java Enums