Libraries tagged by php enumeration
xi/collections
100418 Downloads
Functional, immutable and extensible enumerations and collections for PHP 5.3.
vcn/enum
27958 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.
freshp/php-enumeration
31730 Downloads
This small package can represent a enumeration field. For example in a database or an api.
dbalabka/php-enumeration
696 Downloads
Implementation of Enumeration Classes in PHP. The better alternative for Enums
jomisacu/enumerations
1171 Downloads
A simple way to handle enumerations in php
dkd/enumeration
49617 Downloads
An enumeration implementation for PHP.
ginnerpeace/php-enum
4996 Downloads
This class gives the ability to emulate and get enumeration data natively in PHP.
zlikavac32/php-enum
5316 Downloads
Better PHP enum support
marc-mabe/enum-cl
3894 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
kuria/enum
7455 Downloads
Emulated enumeration objects in PHP
aboutcoders/enum-serializer-bundle
26055 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
hyperf-ext/enum
5246 Downloads
Simple, extensible and powerful enumeration implementation for Hyperf.
francerz/enum
1470 Downloads
PHP Enumeration tool
wgx954418992/php-enum
123 Downloads
The simplest and fastest PHP enumeration, supports `then` matching callback
kfosoft/php-abstract-enum
2518 Downloads
PHP Abstract Enumeration