Libraries tagged by php enum
nelexa/enum
183076 Downloads
PHP Enum implementation
mindtwo/native-enum
11382 Downloads
Package for using native php enums.
josezenem/php-enums-extended
28851 Downloads
PHP 8.1 Enums Extended adds additional functionality when working with PHP 8.1+ Enums.
eclipxe/enum
90991 Downloads
Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums
cloudstek/php-enum
259588 Downloads
Enumeration support for PHP
bentools/doctrine-native-enums
94176 Downloads
Provides 1st class suport for native PHP enums in Doctrine.
chadsikorra/php-simple-enum
266549 Downloads
Provides a simple enum and flag enum for PHP.
tuscanicz/enum
253811 Downloads
PHP implementation of Enum with strict comparisons
matthewpageuk/laravel-bitty-enums
2741 Downloads
This package helps you use bitwise enums in PHP and Laravel.
markbaker/enumhelper
6545 Downloads
A small library that provides Helper Traits for PHP 8.1 Enums
happy-types/enumerable-type
39706 Downloads
Strongly typed implementation of enumerable type in PHP which helps us to write a safer more readable code.
litgroup/enumerable
48257 Downloads
Implementation of the enumerable type for PHP.
iteks/laravel-enum
6377 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.
azimkordpour/power-enum
6547 Downloads
This light package provides some methods to your Enum classes to make the most of them.
aldemeery/enum-polyfill
40515 Downloads
A Polyfill for the SplEnum type in PHP