Libraries tagged by enumerated
zlikavac32/php-enum-symfony
86 Downloads
Symfony PHP enum support
zlikavac32/php-enum-doctrine
258 Downloads
Doctrine PHP enum support
xeriab/annotations
16 Downloads
PHP annotations library.
webdevcave/enum-index-accessor
180 Downloads
Dynamic index accessing made simple
tleckie/enum
47 Downloads
PHP Enum. One advantage over using class constants is to be able to use an enum as a parameter type
sunnyphp/enum
15 Downloads
Simple AbstractEnum class
positibe/enum-bundle
10 Downloads
Symfony PositibeEnumBundle
ph-il/enums
32 Downloads
Zero-dependencies package to supercharge enum functionalities via helper traits.
numenor/enum
1207 Downloads
A simple library for enums in Laravel and generic PHP
ngmy/enum
570 Downloads
The enumeration type for PHP
mirzaev/languages
17 Downloads
Library for easy languages support
meius/laravel-flag-forge
20 Downloads
Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.
meius/flag-forge
58 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.
manakao/doctrine-enum-type-bundle
7 Downloads
This bundle provides a typed enumeration for Symfony5 applications
lip/php-enum
65 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。