An open API service indexing awesome lists of open source software.

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.

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.