php-enum
php-enum copied to clipboard
Convenient way to always have an Enum object available and utilise Spl Types if available.
Results
2
php-enum issues
Sort by
recently updated
recently updated
newest added
Update the readme to follow a better format: http://docs.writethedocs.org/en/latest/writing/beginners-guide-to-docs/#id1
enhancement
There are likely some opportunities to make the library faster. If you were to instantiate the same ENUM twice it would instantiate too reflections, this could be cached and re-used.
enhancement