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