binsoul / net-http-message-bridge
Implementation of PSR-7 URI and stream interfaces
Installs: 45
Dependents: 2
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/binsoul/net-http-message-bridge
Requires
- php: ^7.0
- binsoul/common: ~1.0@dev
- binsoul/io-stream: ~1.0@dev
- binsoul/net: ~1.0@dev
- psr/http-message: ~1.0
Requires (Dev)
- fabpot/php-cs-fixer: ^1.0
- phpunit/phpunit: ^5.0
This package is auto-updated.
Last update: 2025-09-14 23:52:20 UTC
README
This package provides an implementation of the PSR-7 URI and stream interfaces using the packages binsoul/net and binsoul/io-stream.
Additionally it defines an interface UriFactory and an interface StreamFactory and provides default implementations.
Install
Via composer:
$ composer require binsoul/net-http-message-bridge
Testing
$ composer test
License
The MIT License (MIT). Please see License File for more information.