Kirin e2096c1d71 add il y a 3 ans
..
Factory e2096c1d71 add il y a 3 ans
Tests e2096c1d71 add il y a 3 ans
.gitignore e2096c1d71 add il y a 3 ans
.php_cs.dist e2096c1d71 add il y a 3 ans
.travis.yml e2096c1d71 add il y a 3 ans
CHANGELOG.md e2096c1d71 add il y a 3 ans
HttpFoundationFactoryInterface.php e2096c1d71 add il y a 3 ans
HttpMessageFactoryInterface.php e2096c1d71 add il y a 3 ans
LICENSE e2096c1d71 add il y a 3 ans
README.md e2096c1d71 add il y a 3 ans
composer.json e2096c1d71 add il y a 3 ans
phpunit.xml.dist e2096c1d71 add il y a 3 ans

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