Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zarthus/php-http-enums
Provides HTTP enums for PHP 8.1
https://github.com/zarthus/php-http-enums
Last synced: about 1 month ago
JSON representation
Provides HTTP enums for PHP 8.1
- Host: GitHub
- URL: https://github.com/zarthus/php-http-enums
- Owner: Zarthus
- License: mit
- Created: 2022-04-20T19:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T20:15:17.000Z (over 2 years ago)
- Last Synced: 2024-05-14T23:26:35.071Z (6 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-http-enums
A collection of PHP 8.1 Enums to assist with general HTTP things.
```bash
composer require zarthus/http-enums
```### Run the linters
```bash
composer test
```