Libraries tagged by enum map
dasprid/enum
185551781 Downloads
PHP 7.1 enum implementation
marc-mabe/php-enum
72071807 Downloads
Simple and fast implementation of enumerations with native PHP
acelaya/doctrine-enum-type
2152134 Downloads
A custom Doctrine type that maps column values to enum objects using myclabs/php-enum
henzeb/enumhancer
421521 Downloads
Your framework-agnostic Swiss Army knife for PHP 8.1+ native enums
scrumworks/enum-mapping
130475 Downloads
Context based enum mapping
perer876/permission
4338 Downloads
Lightweight, enum-based definition, querying and mapping of permissions in PHP applications.
labrodev/php-enum-mapper
777 Downloads
PHP utility class for formatting Enums and to treat the cases as arrays
fast-forward/enum
136 Downloads
Ergonomic utilities for PHP enums, including names, values, lookups, and option maps.
tiny-blocks/mapper
2221 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.
slava-basko/enum
7590 Downloads
PHP enum implementation
ngsoft/tools
5077 Downloads
A set of reusable tools used on my projects.
devysm/enum-mapper
72 Downloads
Map the enum values in short codes with enum mapper class.
elao/form-simple-object-mapper
874 Downloads
Ease mapping immutable/value objects to Symfony Forms
ngmy/enum
570 Downloads
The enumeration type for PHP
lip/php-enum
65 Downloads
PHP 枚举基类,使用类 const 作为枚举值,每一项均含有 key、value 与 label。