Omschrijving
Using this library is no longer recommended, especially for new projects. PHP 8.1 supports enums natively.
Simple, extensible and powerful enumeration implementation for Laravel.
- Enum key value pairs as class constants
- Full-featured suite of methods
- Enum instantiation
- Flagged/Bitwise enums
- Type hinting
- Attribute casting
- Enum artisan generator
- Validation rules for passing enum key or values as input parameters
- Localization support
- Extendable via Macros