https://github.com/zaphyr-org/http-message
Lightweight and strict implementation of PSR-7 HTTP Message including PSR-17 HTTP Factories.
https://github.com/zaphyr-org/http-message
http http-factory http-message psr-17 psr-7
Last synced: 4 months ago
JSON representation
Lightweight and strict implementation of PSR-7 HTTP Message including PSR-17 HTTP Factories.
- Host: GitHub
- URL: https://github.com/zaphyr-org/http-message
- Owner: zaphyr-org
- License: mit
- Created: 2023-07-18T06:34:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T13:00:55.000Z (4 months ago)
- Last Synced: 2025-02-09T13:36:15.262Z (4 months ago)
- Topics: http, http-factory, http-message, psr-17, psr-7
- Language: PHP
- Homepage: https://zaphyr.org/docs/1.x/repositories/http-message
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README




# HTTP Message
Lightweight and strict implementation of [PSR-7 HTTP Message](https://www.php-fig.org/psr/psr-7) including
[PSR-17 HTTP Factories](https://www.php-fig.org/psr/psr-17).## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the http-message repository.
```console
composer require zaphyr-org/http-message
```## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/1.x/repositories/http-message).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/http-message/issues).
## Security
If you discover security related issues, please email [email protected] **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.