binsoul / net-http-message-bridge
Implementation of PSR-7 URI and stream interfaces
dev-master / 1.0.x-dev
2016-04-26 20:55 UTC
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: 2024-10-14 22:03:27 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.