gpolverini / enum
Abstract Enum library for PHP
v0.1.0
2018-09-05 19:38 UTC
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: 2024-10-28 05:49:16 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.