Releases: crussell52/php-enum
Releases · crussell52/php-enum
Pre-release version
This is a fully function version and is technically production-ready. However, the next release version (expected to be v1.0) will use an abstract base class instead of a trait. If you move over, you will need to (at minimum) attach the new base class to each of your enums. I am working hard to make sure that the public API remains consistent so that code which references your enum(s) will not have to change.