Libraries tagged by enumerated
eloquent/enumeration
5467784 Downloads
An enumeration implementation for PHP.
rexlabs/enum
412125 Downloads
Enumeration (enum) implementation for PHP
henzeb/enumhancer
201787 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
emreyarligan/enum-concern
39761 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
69878 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
128933 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1866996 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
95437 Downloads
PHP enum library
greg0ire/enum
370810 Downloads
work around the missing enum type in php
garoevans/php-enum
142471 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
yokai/enum-bundle
87634 Downloads
Simple enumeration system with Symfony integration
laudis/typed-enum
457305 Downloads
A small class allowing for typed enumerations.
cakedc/enum
203074 Downloads
Enumeration list Plugin for CakePHP 5
annotation/enumeration
5559 Downloads
Get enum attributes using PHP 8 annotations.
steefdw/standards-enums
38737 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.