Libraries tagged by php enum
fuwasegu/php-enum-util
5567 Downloads
The extension library for PHP native enum.
esky/enum
87580 Downloads
PHP Enum implementation
erikaraujo/php-enhanced-enums
8840 Downloads
Enhanced enum methods for PHP enums
ekvedaras/php-enum
37872 Downloads
PHP enum implementation
crussell52/php-enum
34388 Downloads
PHP Enums inspired by Java Enums
bradietilley/country-enums
10071 Downloads
All (or at least most) countries and their regions formatted as PHP enums
aboutcoders/enum-serializer-bundle
25623 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer
zul3s/enum-php
26375 Downloads
Advanced Php Enum Type
codebot/phpenum
16588 Downloads
Enum helper, that will help you to define Enum types easily by defining just constants.
ycecube/php-type-enum
34934 Downloads
Defines a base class for emulating enum types in php.
muffe/enum-constraint
8022 Downloads
A Symfony Validator constraint that validates if given strings are valid cases in a given PHP 8 Enum
tuscanicz/enum
266996 Downloads
PHP implementation of Enum with strict comparisons
mesavolt/named-enum
7147 Downloads
Named enums for PHP 8.1+
leocello/sweet-enum
320 Downloads
Provides the ability to declare "properties" to enums using PHP Attributes, also to define classes for specific case functionalities and much more.
vcn/enum
26564 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.