Libraries tagged by php enum
k9u/enum
611 Downloads
an Enumeration implementation for PHP
fpoirotte/enum-trait
3724 Downloads
Enumeration type for PHP using traits
epalshin/enum
6027 Downloads
Powerful enum library for PHP
theantichris/enum
10466 Downloads
A PHP implementation of an Enum class.
phpextra/enum
18438 Downloads
Enum type for PHP
bramus/enumeration
392 Downloads
Yet Another Enumeration Implementation for PHP
llbbl/enum-state-machine
0 Downloads
Zero-configuration, framework-agnostic PHP state machine driven by Enums and Attributes.
xhyperf/enum-plus
28 Downloads
sourceboat/laravel-enumeration
5057 Downloads
Simple, extensible and powerful enumeration implementation for Laravel, based on eloquent/enumeration.
plazzag/polario-sdk-php
136 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
lhellemons/php-value-objects
872 Downloads
Classes, traits and interfaces for implementing true PHP value objects
iberbanco/php-sdk
1052 Downloads
Production-ready PHP SDK for Iberbanco API v2 - Enterprise banking platform with 80+ currencies, professional enums, type-safe DTOs, optimized performance, and comprehensive financial services
hyperf-ext/enum
5418 Downloads
Simple, extensible and powerful enumeration implementation for Hyperf.
phariscope/doctrineenumtype
1333 Downloads
A way to create quickly and well tested doctrine type for your php enums
fsmonter/machina
5 Downloads
Fluent enum-powered state machines for Laravel