Libraries tagged by enumeration
marc-mabe/php-enum
25138057 Downloads
Simple and fast implementation of enumerations with native PHP
bensampo/laravel-enum
14154982 Downloads
Simple, extensible and powerful enumeration implementation for Laravel.
eloquent/enumeration
5554724 Downloads
An enumeration implementation for PHP.
cerbero/enum
151785 Downloads
Zero-dependencies package to supercharge enum functionalities.
rexlabs/enum
435566 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
45375 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
75284 Downloads
Laravel package to supercharge enum functionalities.
commerceguys/enum
1883633 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
114954 Downloads
PHP enum library
greg0ire/enum
376233 Downloads
work around the missing enum type in php
garoevans/php-enum
147224 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
492751 Downloads
A small class allowing for typed enumerations.
jiannei/laravel-enum
28460 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
cakedc/enum
205735 Downloads
Enumeration list Plugin for CakePHP 5
steefdw/standards-enums
47087 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.