Libraries tagged by php enum
phpextra/enum
18368 Downloads
Enum type for PHP
bramus/enumeration
391 Downloads
Yet Another Enumeration Implementation for PHP
the-real-start/enums
875 Downloads
Simple php tool to work with enums
commitglobal/enum-utils
23 Downloads
Collection of PHP utilities for working with enums
sourceboat/laravel-enumeration
5057 Downloads
Simple, extensible and powerful enumeration implementation for Laravel, based on eloquent/enumeration.
rooberthh/php-http-tools
102 Downloads
Basic Enums for HTTP methods and status codes.
iberbanco/php-sdk
9 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
fatcode/enum
1513 Downloads
Enumeration library for connoisseurs.
fab2s/enumerate
345 Downloads
Enumerate, a nice boost to your enums
tdn/php-types
19295 Downloads
Php primitive wrappers lib.
marcionunes/penum-type
8 Downloads
For laravel. Convert your php enum to typescript .d.ts
eloquent/constance
294 Downloads
PHP constants as enumerations.
satooshi/value-object
27 Downloads
ValueObject, Enum, Flags implementation in PHP
codelabmw/statuses
193 Downloads
A PHP package that houses commonly used status classes and enums that can be used in PHP projects.
wpify/benefit-plus-gateway-sdk
118 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.