Libraries tagged by enumerations
marc-mabe/php-enum
18346177 Downloads
Simple and fast implementation of enumerations with native PHP
bensampo/laravel-enum
13441176 Downloads
Simple, extensible and powerful enumeration implementation for Laravel.
eloquent/enumeration
5465213 Downloads
An enumeration implementation for PHP.
rexlabs/enum
411401 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
39601 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
69667 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
128377 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1866567 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
95044 Downloads
PHP enum library
greg0ire/enum
370760 Downloads
work around the missing enum type in php
garoevans/php-enum
142336 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
456434 Downloads
A small class allowing for typed enumerations.
cakedc/enum
203015 Downloads
Enumeration list Plugin for CakePHP 5
annotation/enumeration
5143 Downloads
Get enum attributes using PHP 8 annotations.
steefdw/standards-enums
38617 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.