Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 19-Apr-2024 | - | 162 | 44 | ||
LICENSE | D | 18-Apr-2024 | 1 KiB | 22 | 17 | |
README.md | D | 18-Apr-2024 | 556 | 13 | 8 | |
composer.json | D | 18-Apr-2024 | 709 | 36 | 35 |
README.md
1HTTP Factories 2============== 3 4This repository holds all interfaces related to [PSR-17 (HTTP Factories)][psr-url]. 5 6Note that this is not a HTTP Factory implementation of its own. It is merely interfaces that describe the components of a HTTP Factory. 7 8The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist. 9 10[psr-url]: https://www.php-fig.org/psr/psr-17/ 11[package-url]: https://packagist.org/packages/psr/http-factory 12[implementation-url]: https://packagist.org/providers/psr/http-factory-implementation 13