Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torres-developer/http-message-impl
An implementation of the psr-7 HTTP Message Interface and other HTTP related standard interfaces.
https://github.com/torres-developer/http-message-impl
implementation php psr-17 psr-7
Last synced: 2 months ago
JSON representation
An implementation of the psr-7 HTTP Message Interface and other HTTP related standard interfaces.
- Host: GitHub
- URL: https://github.com/torres-developer/http-message-impl
- Owner: torres-developer
- License: agpl-3.0
- Created: 2023-01-07T18:59:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T00:19:40.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:19:08.646Z (3 months ago)
- Topics: implementation, php, psr-17, psr-7
- Language: PHP
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HTTP Message Interface Implementation
See [psr-7](https://php-fig.org/psr/psr-7/) and
[psr-17](https://php-fig.org/psr/psr-7/)!> The [Framework Interop Group](https://www.php-fig.org/) has proposed and
> approved a series of style recommendations. - [PHP: The Right
> Way](https://phptherightway.com/#code_style_guide)And that's what this is. I'm implementing some (all in the future maybe) of the
HTTP related interfaces so not just me, but other people can use it easily in
their projects if they use the PSR interfaces.