andifahruddinakas / php-enum
A PHP Abstract Enum Class
dev-master
2022-11-16 05:12 UTC
Requires
- php: >=7.1|^8.0
Requires (Dev)
- phpunit/phpunit: ^7|^8|^9
This package is auto-updated.
Last update: 2024-12-06 22:23:21 UTC
README
To make your Enums feel alive, just make them extend Enum
abstract class!
Installation
Install Composer and run following command in your project's root directory:
composer require andifahruddinakas/php-enum
Usage
See the documentation
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Contributions are very welcome.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.