php-http / message-factory
Factory interfaces for PSR-7 HTTP Message
Installs: 227 161 922
Dependents: 492
Suggesters: 7
Security: 0
Stars: 1 301
Watchers: 7
Forks: 8
Open Issues: 4
Requires
- php: >=5.4
- psr/http-message: ^1.0 || ^2.0
This package is auto-updated.
Last update: 2023-05-12 07:15:17 UTC
README
Factory interfaces for PSR-7 HTTP Message.
Obsolete
The PHP-HTTP factories have become obsolete with the PSR-17 factories standard. All major HTTP client implementors provide PSR-17 factories.
This package will remain available for the time being to not break legacy code, but we encourage everybody to move to PSR-17.
Install
Via Composer
$ composer require php-http/message-factory
Documentation
Please see the official documentation.
Contributing
Please see our contributing guide.
Security
If you discover any security related issues, please contact us at security@php-http.org.
License
The MIT License (MIT). Please see License File for more information.