Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/php-http/message-factory
Abandoned: Httplug Factory interfaces for PSR-7 HTTP Message
https://github.com/php-http/message-factory
Last synced: 3 months ago
JSON representation
Abandoned: Httplug Factory interfaces for PSR-7 HTTP Message
- Host: GitHub
- URL: https://github.com/php-http/message-factory
- Owner: php-http
- License: mit
- Archived: true
- Created: 2015-05-18T22:26:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T14:17:26.000Z (over 1 year ago)
- Last Synced: 2024-05-15T14:13:20.996Z (7 months ago)
- Language: PHP
- Homepage: http://php-http.org
- Size: 38.1 KB
- Stars: 1,366
- Watchers: 8
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-http - PHP HTTP Message Factory - PSR-7 Message Factory interfaces. (Message)
README
# PSR-7 Message Factory
[![Latest Version](https://img.shields.io/github/release/php-http/message-factory.svg?style=flat-square)](https://github.com/php-http/message-factory/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/php-http/message-factory.svg?style=flat-square)](https://packagist.org/packages/php-http/message-factory)**Factory interfaces for PSR-7 HTTP Message.**
## Obsolete
The PHP-HTTP factories have become obsolete with the [PSR-17](https://www.php-fig.org/psr/psr-17/) factories standard.
All major HTTP client implementors provide [PSR-17 factories](https://packagist.org/packages/psr/http-factory).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
``` bash
$ composer require php-http/message-factory
```## Documentation
Please see the [official documentation](http://docs.php-http.org/en/latest/message/message-factory.html).
## Contributing
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
## Security
If you discover any security related issues, please contact us at [[email protected]](mailto:[email protected]).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.