Libraries tagged by enum
well35/laravel-enum-objects
126 Downloads
Generate frontend enum objects from PHP enums, so backend enums are the single source of truth.
vjik/php-enum
10022 Downloads
PHP Enum Implementation
vijinho/enums
24114 Downloads
PHP7 Enum Implementation
tuscanicz/doctrine-enum-oracle
30767 Downloads
Doctrine type for Enum data type in Oracle.
sunkan/enum
22748 Downloads
Enum classes
steefdw/standards-enums
85530 Downloads
The Standards Enums package provides a simple and consistent way to work with countries, languages, currencies, and locales using enums.Each Enum comes with methods for accessing related information, like the name, flag, description, and more.Additionally, helper methods are provided to easily get all possible values or sort them by their name in a given language.These methods can be used with all Enum classes, regardless of whether they represent languages, countries, currencies, or locales.
splitstack/laravel-enum-friendly
14729 Downloads
Make your Laravel enums friendly with TypeScript, selects, and many more convenient features
splitstack/enum-friendly-core
11985 Downloads
A dependency-free PHP package that provides enhanced functionality for PHP enums including conversion utilities, validation helpers, and developer-friendly features
rocksheep/enum-helpers
15043 Downloads
A collection of helper functions for working with enums in PHP
packaged/enum
98442 Downloads
Helpers for implementing constant based enums
olivermbs/enumshare
3415 Downloads
A Laravel package to export PHP Enums to TypeScript with labels, metadata, and type-safe frontend access
olegstyle/enum
11411 Downloads
PHP Enumerator
muffe/enum-constraint
15250 Downloads
A Symfony Validator constraint that validates if given strings are valid cases in a given PHP 8 Enum
marc-mabe/enum-cl
7682 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
julienbornstein/php-enum-countries
16151 Downloads
Country ISO 3166-1 alpha-2 and alpha-3 enum classes for myclabs/php-enum library