Libraries tagged by enumer
garoevans/php-enum
142061 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
453754 Downloads
A small class allowing for typed enumerations.
cakedc/enum
202832 Downloads
Enumeration list Plugin for CakePHP 5
happy-types/enumerable-type
40921 Downloads
Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.
davidianbonner/enumerated
45861 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
annotation/enumeration
4564 Downloads
Get enum attributes using PHP 8 annotations.
litgroup/enumerable
57544 Downloads
Implementation of the enumerable type for PHP.
steefdw/standards-enums
38012 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
405632 Downloads
PHP Enum implementation
miladrahimi/php-enum
10428 Downloads
A PHP Abstract Enum Class
ducks-project/spl-types
30156 Downloads
Polyfill Module for SplType PHP extension. This extension aims at helping people making PHP a stronger typed language and can be a good alternative to scalar type hinting. It provides different typehandling classes as such as integer, float, bool, enum and string
danaki/doctrine-enum-type-bundle
138960 Downloads
This bundle provides a typed enumeration for Symfony2 applications
aldemeery/enum-polyfill
47866 Downloads
A Polyfill for the SplEnum type in PHP
yokai/enum-bundle
86559 Downloads
Simple enumeration system with Symfony integration
jiannei/laravel-enum
26306 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen