https://github.com/quantaphp/http-responder
Minimalist library to create Psr-7 responses
https://github.com/quantaphp/http-responder
psr-7 response
Last synced: 26 days ago
JSON representation
Minimalist library to create Psr-7 responses
- Host: GitHub
- URL: https://github.com/quantaphp/http-responder
- Owner: quantaphp
- License: mit
- Created: 2020-05-12T13:33:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T11:40:12.000Z (over 5 years ago)
- Last Synced: 2025-12-14T08:23:13.093Z (6 months ago)
- Topics: psr-7, response
- Language: PHP
- Homepage: https://github.com/quantaphp/http-responder
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Quanta Psr-7 responder
This package provides a minimalist library to create [Psr-7](https://www.php-fig.org/psr/psr-7/) responses.
**Require** php >= 8.0
**Installation** `composer require quanta/http-responder`
**Run tests** `./vendor/bin/kahlan`