Libraries tagged by splenum
garoevans/php-enum
19 Favers
142336 Downloads
142336 Downloads
Convenient way to always have an Enum object available and utilise Spl Types if available.
ducks-project/spl-types
10 Favers
30195 Downloads
30195 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
aldemeery/enum-polyfill
14 Favers
47990 Downloads
47990 Downloads
A Polyfill for the SplEnum type in PHP
patchlevel/enum
9 Favers
19768 Downloads
19768 Downloads
Small lightweight library to create enum in PHP without SPLEnum and strict comparisons allowed
mleczek/enum
4 Favers
373 Downloads
373 Downloads
Enums in PHP
codinc/phpenum
0 Favers
254 Downloads
254 Downloads
A simple PHP Enum implementation, as an alternative to SplEnum