src
7 months ago
CHANGELOG.md
2 years ago
CONTRIBUTING
2 years ago
LICENSE
2 years ago
README.md
2 years ago
composer.json
2 years ago
puli.json
2 years ago
README.md
43 lines
| 1 | # PSR-7 Message Factory |
| 2 | |
| 3 | [](https://github.com/php-http/message-factory/releases](https://github.com/php-http/message-factory/releases](https://github.com/php-http/message-factory/releases) |
| 4 | [](LICENSE](LICENSE](LICENSE) |
| 5 | [](https://packagist.org/packages/php-http/message-factory](https://packagist.org/packages/php-http/message-factory](https://packagist.org/packages/php-http/message-factory) |
| 6 | |
| 7 | **Factory interfaces for PSR-7 HTTP Message.** |
| 8 | |
| 9 | ## Obsolete |
| 10 | |
| 11 | The PHP-HTTP factories have become obsolete with the [](https://www.php-fig.org/psr/psr-17/PSR-17](https://www.php-fig.org/psr/psr-17/](https://www.php-fig.org/psr/psr-17/) factories standard. |
| 12 | All major HTTP client implementors provide [](https://packagist.org/packages/psr/http-factoryPSR-17 factories](https://packagist.org/packages/psr/http-factory](https://packagist.org/packages/psr/http-factory). |
| 13 | |
| 14 | This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17. |
| 15 | |
| 16 | ## Install |
| 17 | |
| 18 | Via Composer |
| 19 | |
| 20 | ``` bash |
| 21 | $ composer require php-http/message-factory |
| 22 | ``` |
| 23 | |
| 24 | |
| 25 | ## Documentation |
| 26 | |
| 27 | Please see the [](http://docs.php-http.org/en/latest/message/message-factory.htmlofficial documentation](http://docs.php-http.org/en/latest/message/message-factory.html](http://docs.php-http.org/en/latest/message/message-factory.html). |
| 28 | |
| 29 | |
| 30 | ## Contributing |
| 31 | |
| 32 | 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). |
| 33 | |
| 34 | |
| 35 | ## Security |
| 36 | |
| 37 | 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). |
| 38 | |
| 39 | |
| 40 | ## License |
| 41 | |
| 42 | The MIT License (MIT). Please see [](LICENSELicense File](LICENSE](LICENSE) for more information. |
| 43 |