Libraries tagged by enumerations
marc-mabe/php-enum
13218869 Downloads
Simple and fast implementation of enumerations with native PHP
bensampo/laravel-enum
12745589 Downloads
Simple, extensible and powerful enumeration implementation for Laravel.
eloquent/enumeration
5396796 Downloads
An enumeration implementation for PHP.
rexlabs/enum
393711 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
35480 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
65780 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
114499 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1852787 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
83113 Downloads
PHP enum library
nelexa/enum
356140 Downloads
PHP Enum implementation
greg0ire/enum
365981 Downloads
work around the missing enum type in php
garoevans/php-enum
138884 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
428859 Downloads
A small class allowing for typed enumerations.
cakedc/enum
200643 Downloads
Enumeration list Plugin for CakePHP 5
steefdw/standards-enums
33804 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.