Skip to content

Releases: divengine/enum

Div PHP Enum 1.0.2

14 Jan 04:01
4b7e68e
Compare
Choose a tag to compare

This is a PHP Enum Solution using classes and type hinting. Also you can build a taxonomies of enums! An enumeration type, "enum" for short, is a data type to categorize named values. Enums can be used instead of hard coded strings to represent, for example, the status of a blog post in a structured and typed way.