Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-fig/http-factory
Implementation of PSR-17 (HTTP Message Factories)
https://github.com/php-fig/http-factory
http http-requests php php-fig
Last synced: 28 days ago
JSON representation
Implementation of PSR-17 (HTTP Message Factories)
- Host: GitHub
- URL: https://github.com/php-fig/http-factory
- Owner: php-fig
- License: mit
- Created: 2018-07-30T07:08:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T12:06:14.000Z (7 months ago)
- Last Synced: 2024-05-03T04:00:26.225Z (6 months ago)
- Topics: http, http-requests, php, php-fig
- Language: PHP
- Homepage: https://www.php-fig.org/psr/psr-17/
- Size: 23.4 KB
- Stars: 1,706
- Watchers: 13
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HTTP Factories
==============This repository holds all interfaces related to [PSR-17 (HTTP Factories)][psr-url].
Note that this is not a HTTP Factory implementation of its own. It is merely interfaces that describe the components of a HTTP Factory.
The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist.
[psr-url]: https://www.php-fig.org/psr/psr-17/
[package-url]: https://packagist.org/packages/psr/http-factory
[implementation-url]: https://packagist.org/providers/psr/http-factory-implementation