starbug / http
Basic HTTP message components.
Installs: 7 030
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- guzzlehttp/psr7: ^1.7
- http-interop/http-factory-guzzle: ^1.0
- laminas/laminas-httphandlerrunner: ^1.2 || ^2.0
- middlewares/cache: ^2.1
- middlewares/https: ^2.0
- middlewares/payload: ^3.0
- oscarotero/middleland: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-middleware: ^1.0
- starbug/bundle: ^1.0
Requires (Dev)
- starbug/devel: ^1.0
README
PSR-7 and PSR-15 based HTTP message layer.
This package brings together implementations of PSR-7 and PSR-15 along with additional tooling such as a PSR-7 Response emitter and a Uri building utility.
What's included
- psr/http-message PSR-7 interfaces
- psr/http-server-middleware PSR-15 interfaces
- psr/http-factory PSR-17 interfaces
- guzzlehttp/psr7 PSR-7 implementation
- oscarotero/middleland - PSR-15 implementation
- laminas/laminas-httphandlerrunner - PSR-7 Response emitter
- middlewares/https - PSR-15 HTTPS/HSTS middleware
- http-interop/http-factory-guzzle - PSR-17 implementation
- ResponseBuilderInterface - PSR-7 Response builder
- UriBuilderInterface - PSR-7 Uri builder