gpolverini / enum
Abstract Enum library for PHP
Installs: 158
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/gpolverini/enum
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ~4.0
- satooshi/php-coveralls: ~1.0
- squizlabs/php_codesniffer: ~1.5
This package is auto-updated.
Last update: 2025-09-28 07:47:27 UTC
README
Abstract Enum
This is a native PHP implementation to add enumeration support to PHP >= 5.6. It's an abstract class that needs to be extended to use it.
Contributing
Contributions, issues, pull requests are welcome. See CONTRIBUTING.md
License
This component is MIT licensed.