Libraries tagged by php enum
tkaratug/powered-enum
49 Downloads
Some cool add-ons to PHP native enums.
muffe/enum-constraint
8146 Downloads
A Symfony Validator constraint that validates if given strings are valid cases in a given PHP 8 Enum
heymoon/doctrine-psql-enum
125 Downloads
Store PHP native enums as PostgeSQL custom enum types
tutnichts/php-to-js-enum
1838 Downloads
rocksheep/enum-helpers
2806 Downloads
A collection of helper functions for working with enums in PHP
marc-mabe/enum-cl
3857 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
leocello/sweet-enum
326 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.
kstefan/enum
4158 Downloads
PHP implementation of Enum
jac/enums
5578 Downloads
Php implementation of Enums
framjet/enum-bitmask
549 Downloads
A small library that provides functionality to PHP 8.1 enums to act as BitMask flags
emulgeator/enum
4216 Downloads
A very simple library allowing you to define enums in PHP
patchlevel/enum
19731 Downloads
Small lightweight library to create enum in PHP without SPLEnum and strict comparisons allowed
somnambulist/enumeration
343 Downloads
An enumeration implementation for PHP derived from eloquent/enumeration.
mle86/enum
7010 Downloads
A base class for enum functionality in PHP.
dkd/enumeration
48833 Downloads
An enumeration implementation for PHP.