Libraries tagged by php enum
wirus15/enum
7828 Downloads
A simple PHP library for creating enum objects.
somnambulist/enumeration
1443 Downloads
An enumeration implementation for PHP derived from eloquent/enumeration.
smart-enum/smart-enum
351 Downloads
Enum implementation for PHP 7.1+
richard-ejem/enum
4566 Downloads
Ultralightweight enum type for PHP
naker/enum
3806 Downloads
Enum Helper for PHP 8.1
mle86/enum
10386 Downloads
A base class for enum functionality in PHP.
kuria/enum
8676 Downloads
Emulated enumeration objects in PHP
biiiiiigmonster/laravel-enum
203 Downloads
laravel enum helper base php version 8.1
bakame/aide-enums
1755 Downloads
Collection of traits to ease Enum manipulation in PHP
joskolenberg/enum
12959 Downloads
Enum implementation for PHP
commitglobal/enum-utils
1124 Downloads
Collection of PHP utilities for working with enums
agenciaecode/enums
1022 Downloads
Common enums for clean code PHP projects.
sinemacula/http-primitives-php
349 Downloads
Standalone, framework-agnostic PHP 8.3+ package providing typed backed enums for HTTP protocol primitives with zero runtime dependencies.
plazzag/polario-sdk-php
127 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
leko-team/enums
1488 Downloads
Набор трейтов и интерфейсов для удобной работы с перечислениями в PHP