https://github.com/crell/enumtools
A collection of useful PHP enumerations for PHP 8.1 and later.
https://github.com/crell/enumtools
Last synced: about 1 year ago
JSON representation
A collection of useful PHP enumerations for PHP 8.1 and later.
- Host: GitHub
- URL: https://github.com/crell/enumtools
- Owner: Crell
- Created: 2021-05-22T00:12:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T00:18:26.000Z (about 5 years ago)
- Last Synced: 2025-03-25T10:51:10.469Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Enumeration Tools
This repository is a collection of common, useful enumerations for PHP 8.1 and later.
These are fairly mundane enumerations. That makes them a good candidate for a common library to avoid having to reimplement them several times.
## License
This library is released under the MIT license.