Libraries tagged by enumeration
smt/enumeration
161 Downloads
Very basic (also lightweight) helper for enumeration classes
perf/enumeration
93 Downloads
Enumeration classes: map and collection, both with mutable and immutable behavior.
dreamscapes/enumeration
78 Downloads
A simple Typedef Enum implementation for php
zuni/enum-bundle
110 Downloads
Bundle Enumeration
zlikavac32/php-enum-symfony
85 Downloads
Symfony PHP enum support
zlikavac32/php-enum-doctrine
257 Downloads
Doctrine PHP enum support
xeriab/annotations
16 Downloads
PHP annotations library.
sunnyphp/enum
14 Downloads
Simple AbstractEnum class
positibe/enum-bundle
9 Downloads
Symfony PositibeEnumBundle
numenor/enum
1207 Downloads
A simple library for enums in Laravel and generic PHP
ngmy/enum
569 Downloads
The enumeration type for PHP
meius/laravel-flag-forge
14 Downloads
Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.
meius/flag-forge
49 Downloads
FlagForge is a lightweight, high-performance library for bitwise enumerations. It offers intuitive tools to create, combine, and verify flags for efficient management of Boolean states in applications—ideal for access control, configuration options, and scenarios demanding compact storage and fast processing.
lip/php-enum
64 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。
klamius/php-enum
7 Downloads
A PHP library providing a way to work with enumeration