icicleio / psr7-bridge
Bridges the messages of the asynchronous Icicle HTTP component to synchronous PSR-7 interfaces.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 2
Open Issues: 2
pkg:composer/icicleio/psr7-bridge
Requires
- icicleio/http: ^0.2|^0.3
- psr/http-message: ^1.0
- zendframework/zend-diactoros: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.6
This package is auto-updated.
Last update: 2025-09-14 05:12:10 UTC
README
Bridges the asynchronous HTTP messages and streams of Icicle's HTTP component to PSR-7 compatible interface. Use with caution and only in cases where blocking is acceptable, as reading or writing from a synchronous stream can block the entire process.
Currently under development.