Libraries tagged by enumer
zlikavac32/php-enum-doctrine
257 Downloads
Doctrine PHP enum support
xeriab/annotations
16 Downloads
PHP annotations library.
webdevcave/enum-index-accessor
8 Downloads
Dynamic index accessing made simple
tleckie/enum
44 Downloads
PHP Enum. One advantage over using class constants is to be able to use an enum as a parameter type
sunnyphp/enum
14 Downloads
Simple AbstractEnum class
saadsebai/enum-support
8 Downloads
Add more support to enum
positibe/enum-bundle
9 Downloads
Symfony PositibeEnumBundle
opus-online/yii2-enum
22755 Downloads
Enumeration extension for Yii2
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
47 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.
mdzzohrabi/azera-queryable
83 Downloads
Azera Queryable Component
manakao/doctrine-enum-type-bundle
6 Downloads
This bundle provides a typed enumeration for Symfony5 applications
lip/php-enum
64 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。