Releases: divengine/enum
Releases · divengine/enum
Div PHP Enum 1.0.2
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.