Libraries tagged by enum
tmilos/value
1193758 Downloads
Abstract value and enum objects
thunderer/platenum
73010 Downloads
PHP enum library
consistence-community/consistence
448504 Downloads
Consistence - consistent approach and additions to PHP's functionality
binary-cats/laravel-rbac
9044 Downloads
Laravel 11 enum-backed RBAC extension of spatie/laravel-permission
werkspot/enum
154163 Downloads
Werkspot's Enum Library
steefdw/standards-enums
30556 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.
prinsfrank/enums
159654 Downloads
Adds missing strictly typed methods to work with enums
paillechat/php-enum
48364 Downloads
Enum implementation for PHP 7
nasyrov/laravel-enums
67953 Downloads
Laravel package for Enum implementation.
mindtwo/native-enum
13248 Downloads
Package for using native php enums.
miladrahimi/php-enum
9237 Downloads
A PHP Abstract Enum Class
markbaker/enumhelper
8640 Downloads
A small library that provides Helper Traits for PHP 8.1 Enums
josezenem/php-enums-extended
34123 Downloads
PHP 8.1 Enums Extended adds additional functionality when working with PHP 8.1+ Enums.
iteks/laravel-enum
9423 Downloads
A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.
happy-types/enumerable-type
40332 Downloads
Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.