Libraries tagged by php enum
dbalabka/php-enumeration
699 Downloads
Implementation of Enumeration Classes in PHP. The better alternative for Enums
corp-soft/php-enum
538 Downloads
PHP Enum implementation
aeviiq/enum
17392 Downloads
Enum Component
grachevko/enum
4842 Downloads
PHP Enum implementation
freshp/php-enumeration
34463 Downloads
This small package can represent a enumeration field. For example in a database or an api.
neatous/multi-enum
5128 Downloads
Multi enum support for the PHP 8.1+ enums.
kstefan/enum
4650 Downloads
PHP implementation of Enum
horat1us/yii2-enum-validator
153 Downloads
Yii2 Range Validator using PHP 8.1 Enums
framjet/enum-bitmask
598 Downloads
A small library that provides functionality to PHP 8.1 enums to act as BitMask flags
emulgeator/enum
10516 Downloads
A very simple library allowing you to define enums in PHP
derafu/enum
2488 Downloads
Derafu: Enum - Yet Another List of Enumerations for PHP
ashevchuk/enum
9883 Downloads
Add enum to php
andydefer/php-vo
321 Downloads
A collection of reusable Value Objects and Enums for PHP applications (Email, Money, Address, PostalCode, Iso8601DateTime, Currency, etc.)
patchlevel/enum
19949 Downloads
Small lightweight library to create enum in PHP without SPLEnum and strict comparisons allowed
jomisacu/enumerations
2670 Downloads
A simple way to handle enumerations in php