Libraries tagged by application menu
omaradel/enum
28 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.
grizz-it/enum
775 Downloads
Enumerable objects for PHP applications.
enumag/application
2436 Downloads
manakao/doctrine-enum-type-bundle
7 Downloads
This bundle provides a typed enumeration for Symfony5 applications
egbosionu/lara-http-enums
2 Downloads
A collection of HTTP-related PHP enums for Laravel applications
wasson-ece/php-enum
57 Downloads
The missing enum base class for html applications
hellorse/doctrine-enum-bundle
16 Downloads
Provides support of ENUM type for Doctrine2 in Symfony applications.
nimix3/venus
8 Downloads
Secure, lightweight & rapid web development framework
mohamedbakr57/localized-enum
7 Downloads
A simple and lightweight Laravel package that adds localized labels to native PHP enums using Laravel's translation system. Ideal for multi-language applications.
everully/laravel-enum-on-steroids
70 Downloads
This package provides Enum trait to speed up the development of Laravel applications.
codevia/venus
20 Downloads
A lightweigth PHP framework for building web applications
lukeme/laravel-adminer
5 Downloads
Adminer database management tool for your Laravel application. modify by luke
venu/sf2-blog
3 Downloads
Simple blog application built on symfony2
glamorous/value-object
17 Downloads
Interface to have ValueObjects in your application. An Enum implementing this interface is also available.
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.