Libraries tagged by enumer
davidianbonner/enumerated
34971 Downloads
Enums represent a set of predefined values. Useful for ensuring data consistency.
zlikavac32/php-enum
5055 Downloads
Better PHP enum support
steefdw/standards-enums
21735 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.
somnambulist/domain
4772 Downloads
Provides a collection of entities, helpers and base implementations for creating domain objects.
php-extended/php-charset-object
200036 Downloads
A library that implements the php-charset-interface package
ekvedaras/php-enum
35606 Downloads
PHP enum implementation
ducks-project/spl-types
27907 Downloads
Polyfill Module for SplType PHP extension. This extension aims at helping people making PHP a stronger typed language and can be a good alternative to scalar type hinting. It provides different typehandling classes as such as integer, float, bool, enum and string
crussell52/php-enum
32424 Downloads
PHP Enums inspired by Java Enums
morrisonlevi/ardent
16247 Downloads
A healthy library for PHP
emonkak/underbar.php
11399 Downloads
A collection processing library for PHP, like Underscore.js
xi/collections
100156 Downloads
Functional, immutable and extensible enumerations and collections for PHP 5.3.
uwkluis/enums
53733 Downloads
Enumerations for the UwKluis API
pacificsec/cpe
30071 Downloads
CPE: Common Platform Enumeration for PHP
olegstyle/enum
6913 Downloads
PHP Enumerator
aboutcoders/enum-serializer-bundle
24950 Downloads
A symfony bundle to serialize/deserialize enumerations of type myclabs/php-enum with jms/serializer