src
6 months ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
apigen.neon
7 years ago
composer.json
7 years ago
puli.json
7 years ago
README.md
62 lines
| 1 | # HTTP Message |
| 2 | |
| 3 | [](https://github.com/php-http/message/releases](https://github.com/php-http/message/releases](https://github.com/php-http/message/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://travis-ci.org/php-http/message](https://travis-ci.org/php-http/message](https://travis-ci.org/php-http/message) |
| 6 | [](https://scrutinizer-ci.com/g/php-http/message](https://scrutinizer-ci.com/g/php-http/message](https://scrutinizer-ci.com/g/php-http/message) |
| 7 | [](https://scrutinizer-ci.com/g/php-http/message](https://scrutinizer-ci.com/g/php-http/message](https://scrutinizer-ci.com/g/php-http/message) |
| 8 | [](https://packagist.org/packages/php-http/message](https://packagist.org/packages/php-http/message](https://packagist.org/packages/php-http/message) |
| 9 | |
| 10 | **HTTP Message related tools.** |
| 11 | |
| 12 | |
| 13 | ## Install |
| 14 | |
| 15 | Via Composer |
| 16 | |
| 17 | ``` bash |
| 18 | $ composer require php-http/message |
| 19 | ``` |
| 20 | |
| 21 | |
| 22 | ## Intro |
| 23 | |
| 24 | This package contains various PSR-7 tools which might be useful in an HTTP workflow: |
| 25 | |
| 26 | - Authentication method implementations |
| 27 | - Various Stream encoding tools |
| 28 | - Message decorators |
| 29 | - Message factory implementations for Guzzle PSR-7 and Diactoros |
| 30 | - Cookie implementation |
| 31 | - Request matchers |
| 32 | |
| 33 | |
| 34 | ## Documentation |
| 35 | |
| 36 | Please see the [](http://docs.php-http.org/en/latest/message.htmlofficial documentation](http://docs.php-http.org/en/latest/message.html](http://docs.php-http.org/en/latest/message.html). |
| 37 | |
| 38 | |
| 39 | ## Testing |
| 40 | |
| 41 | ``` bash |
| 42 | $ composer test |
| 43 | ``` |
| 44 | |
| 45 | |
| 46 | ## Contributing |
| 47 | |
| 48 | Please see our [](http://docs.php-http.org/en/latest/development/contributing.htmlcontributing guide](http://docs.php-http.org/en/latest/development/contributing.html](http://docs.php-http.org/en/latest/development/contributing.html). |
| 49 | |
| 50 | ## Credits |
| 51 | |
| 52 | Thanks to [](https://github.com/namshi/cuzzleCuzzle](https://github.com/namshi/cuzzle](https://github.com/namshi/cuzzle) for inpiration for the `CurlCommandFormatter`. |
| 53 | |
| 54 | ## Security |
| 55 | |
| 56 | If you discover any security related issues, please contact us at [](mailto:security@php-http.orgsecurity@php-http.org](mailto:security@php-http.org](mailto:security@php-http.org). |
| 57 | |
| 58 | |
| 59 | ## License |
| 60 | |
| 61 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 62 |