Libraries tagged by enumerator
eloquent/enumeration
5437251 Downloads
An enumeration implementation for PHP.
rexlabs/enum
404369 Downloads
Enumeration (enum) implementation for PHP
emreyarligan/enum-concern
38244 Downloads
A PHP package for effortless Enumeration handling with Laravel Collections 📦 ✨
cerbero/laravel-enum
68154 Downloads
Laravel package to supercharge enum functionalities.
cerbero/enum
122920 Downloads
Zero-dependencies package to supercharge enum functionalities.
commerceguys/enum
1861582 Downloads
A PHP 5.4+ enumeration library.
thunderer/platenum
89938 Downloads
PHP enum library
greg0ire/enum
369084 Downloads
work around the missing enum type in php
garoevans/php-enum
141025 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
laudis/typed-enum
447002 Downloads
A small class allowing for typed enumerations.
cakedc/enum
202255 Downloads
Enumeration list Plugin for CakePHP 5
davidianbonner/enumerated
44771 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
yethee/enum-bundle
88106 Downloads
This bundle provides a typed enumeration for Symfony applications
steefdw/standards-enums
36818 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.
miladrahimi/php-enum
10139 Downloads
A PHP Abstract Enum Class