Libraries tagged by enumer
greg0ire/enum
362662 Downloads
work around the missing enum type in php
garoevans/php-enum
134275 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
407659 Downloads
A small class allowing for typed enumerations.
cakedc/enum
198658 Downloads
Enumeration list Plugin for CakePHP 5
happy-types/enumerable-type
40344 Downloads
Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.
litgroup/enumerable
53018 Downloads
Implementation of the enumerable type for PHP.
yethee/enum-bundle
87787 Downloads
This bundle provides a typed enumeration for Symfony applications
steefdw/standards-enums
30836 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
9283 Downloads
A PHP Abstract Enum Class
danaki/doctrine-enum-type-bundle
136030 Downloads
This bundle provides a typed enumeration for Symfony2 applications
aldemeery/enum-polyfill
45526 Downloads
A Polyfill for the SplEnum type in PHP
yokai/enum-bundle
83358 Downloads
Simple enumeration system with Symfony integration
jiannei/laravel-enum
24157 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
263648 Downloads
Those utilities you always need when dealing with native enumerations.
cloudstek/php-enum
260880 Downloads
Enumeration support for PHP