Libraries tagged by enumeration
marc-mabe/php-enum
20649194 Downloads
Simple and fast implementation of enumerations with native PHP
bensampo/laravel-enum
13698255 Downloads
Simple, extensible and powerful enumeration implementation for Laravel.
eloquent/enumeration
5496898 Downloads
An enumeration implementation for PHP.
rexlabs/enum
419942 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
41859 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
71706 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
135844 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1873192 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
102189 Downloads
PHP enum library
greg0ire/enum
372988 Downloads
work around the missing enum type in php
garoevans/php-enum
144036 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
yokai/enum-bundle
91722 Downloads
Simple enumeration system with Symfony integration
laudis/typed-enum
469078 Downloads
A small class allowing for typed enumerations.
annotation/enumeration
9259 Downloads
Get enum attributes using PHP 8 annotations.
steefdw/standards-enums
41270 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.