Kirin e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
..
Factory e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
Tests e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
.gitignore e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
.php_cs.dist e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
.travis.yml e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
CHANGELOG.md e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
HttpFoundationFactoryInterface.php e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
HttpMessageFactoryInterface.php e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
LICENSE e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
README.md e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
composer.json e2096c1d71 add %!s(int64=3) %!d(string=hai) anos
phpunit.xml.dist e2096c1d71 add %!s(int64=3) %!d(string=hai) anos

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

Running the tests

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit