Libraries tagged by enumeration
marc-mabe/php-enum
10294556 Downloads
Simple and fast implementation of enumerations with native PHP
bensampo/laravel-enum
12334577 Downloads
Simple, extensible and powerful enumeration implementation for Laravel.
eloquent/enumeration
5332073 Downloads
An enumeration implementation for PHP.
rexlabs/enum
378491 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
32252 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
62372 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
102776 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1837571 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
72302 Downloads
PHP enum library
nelexa/enum
300999 Downloads
PHP Enum implementation
greg0ire/enum
361974 Downloads
work around the missing enum type in php
garoevans/php-enum
133714 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
403745 Downloads
A small class allowing for typed enumerations.
cakedc/enum
198216 Downloads
Enumeration list Plugin for CakePHP 5
steefdw/standards-enums
30107 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.