Libraries tagged by enum
dnc/enum
43434 Downloads
Implementation of Enum
defstudio/enum-features
1814 Downloads
A simple trait to enable a feature system using Enums and Laravel Pennant
crussell52/php-enum
35439 Downloads
PHP Enums inspired by Java Enums
bjerke/laravel-enums
9528 Downloads
Helpers for handling enums and enum translations in Laravel
aboutcoders/enum-serializer-bundle
25967 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
abhi1693/yii2-enum
14590 Downloads
Enumerable Helper
zul3s/enum-php
26789 Downloads
Advanced Php Enum Type
vcn/enum
27474 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.
ekvedaras/php-enum
39288 Downloads
PHP enum implementation
wbraganca/yii2-enumerables
2459 Downloads
An enumeration implementation to yii2 framework.
vkollin/doctrine-backed-enum-fields-bundle
20726 Downloads
Provides truly support for backed enums in doctrine by generating enum fields, not string fields.
quantumtecnology/enum-basics-extension
1648 Downloads
Enum Basics Extension
mesavolt/named-enum
7714 Downloads
Named enums for PHP 8.1+
erikaraujo/filament-enum-attributes
17405 Downloads
Traits for Enums to allow for using Attributes instead of get methods for Filament enums
dilovanmatini/laravel-enumable
793 Downloads
The Laravel Enumable trait provides a set of utility methods to enhance PHP enums. It includes methods for manipulating enum cases, retrieving labels, and converting enums to various formats.