Libraries tagged by enumerators
sunnyphp/enum
14 Downloads
Simple AbstractEnum class
codekandis/accumail-entities
92 Downloads
`codekandis/accumail-entities` is a library providing interfaces, classes and enumerations for `codekandis/accumail`.
somnambulist/doctrine-enum-bridge
15653 Downloads
Allows any enumeration library to be used with Doctrine type system.
youngsource/typed-enum
3775 Downloads
A small class allowing for typed enumerations.
tomeet/laravel-enum
8 Downloads
A simple and easy-to-use enumeration extension package to help you manage enumerations in your project more conveniently, supporting Laravel and Lumen
rayanlevert/http
5 Downloads
PHP enumerations for HTTP codes and methods
omaradel/enum
10 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.
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.
gpslab/enum
32 Downloads
Simple and fast implementation of enumerations
geoffroy-aubry/enum
18 Downloads
A simple-to-use PHP class that provides the ability to emulate and create type-safe enumerations.
gcworld/enums
1132 Downloads
GCWorld Enumerations
derafu/enum
0 Downloads
Derafu: Enum - Yet Another List of Enumerations for PHP
daverandom/enum
343 Downloads
A base class for enumerations in PHP
belca/support-constants
11 Downloads
Helper PHP classes for working with constants and enumerations.
apetitpa/card-factory
7 Downloads
CardFactory is a PHP library designed to simplify the creation and management of card decks for card games. It provides an organized and extensible structure with classes and enumerations for cards, suits, values, and decks, making it easy to build and manipulate card decks in a variety of game scenarios.