src
1 month ago
CHANGELOG.md
1 month ago
LICENSE
1 month ago
README.md
1 month ago
composer.json
1 month ago
README.md
18 lines
| 1 | # PSR Http Message Util |
| 2 | |
| 3 | This repository holds utility classes and constants to facilitate common |
| 4 | operations of [](https://www.php-fig.org/psr/psr-7/PSR-7](https://www.php-fig.org/psr/psr-7/](https://www.php-fig.org/psr/psr-7/); the primary purpose is |
| 5 | to provide constants for referring to request methods, response status codes and |
| 6 | messages, and potentially common headers. |
| 7 | |
| 8 | Implementation of PSR-7 interfaces is **not** within the scope of this package. |
| 9 | |
| 10 | ## Installation |
| 11 | |
| 12 | Install by adding the package as a [](https://getcomposer.orgComposer](https://getcomposer.org](https://getcomposer.org) |
| 13 | requirement: |
| 14 | |
| 15 | ```bash |
| 16 | $ composer require fig/http-message-util |
| 17 | ``` |
| 18 |