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