Libraries tagged by enumer
greg0ire/enum
366529 Downloads
work around the missing enum type in php
garoevans/php-enum
139231 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
431939 Downloads
A small class allowing for typed enumerations.
dive-be/php-enum-utils
265260 Downloads
Those utilities you always need when dealing with native enumerations.
cakedc/enum
200862 Downloads
Enumeration list Plugin for CakePHP 5
happy-types/enumerable-type
40614 Downloads
Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.
litgroup/enumerable
55740 Downloads
Implementation of the enumerable type for PHP.
yethee/enum-bundle
87995 Downloads
This bundle provides a typed enumeration for Symfony applications
steefdw/standards-enums
34264 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
9801 Downloads
A PHP Abstract Enum Class
danaki/doctrine-enum-type-bundle
137533 Downloads
This bundle provides a typed enumeration for Symfony2 applications
aldemeery/enum-polyfill
46637 Downloads
A Polyfill for the SplEnum type in PHP
yokai/enum-bundle
84583 Downloads
Simple enumeration system with Symfony integration
jiannei/laravel-enum
25148 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
261527 Downloads
Enumeration support for PHP