Libraries tagged by enumaration
k9u/enum
590 Downloads
an Enumeration implementation for PHP
fpoirotte/enum-trait
3724 Downloads
Enumeration type for PHP using traits
enumeum/doctrine-enums-bundle
5524 Downloads
Bundle for Doctrine enumerations extension for Postgres
cline/enums
2990 Downloads
A collection of enum helpers for PHP that enhance native PHP enums with powerful features and utilities.
greg0ire/enum-bundle
8516 Downloads
Integrates greg0ire/enum in a Symfony2 project
eloquent/constance
294 Downloads
PHP constants as enumerations.
yungts97/enum-helpers
950 Downloads
This is a package that provided some helper functions for PHP Enumeration.
wgx954418992/php-enum
128 Downloads
The simplest and fastest PHP enumeration, supports `then` matching callback
wbraganca/yii2-enumerables
3116 Downloads
An enumeration implementation to yii2 framework.
robusto/enum
1546 Downloads
A PHP 7.0+ Robust enumeration library.
omaradel/enum
199 Downloads
An Enum package for Laravel provides an elegant and type-safe way to define and use enumerations in your Laravel application. Enumerations (Enums) are useful for representing a fixed set of constants with meaningful names, like user roles, order statuses, or payment methods.
offdev/gpp
8 Downloads
A wrapper around guzzle that provides middleware functionality for responses, URL enumeration capabilities, and a crawler to make use of it
hyperf-ext/enum
5416 Downloads
Simple, extensible and powerful enumeration implementation for Hyperf.
esports-pro/esports-lol-enum
597 Downloads
Enumeration classes used in LOL data development
daverandom/enum
523 Downloads
A base class for enumerations in PHP