Kévin Tessier c68c1dd9b0 first commit 6 years ago
..
Factory c68c1dd9b0 first commit 6 years ago
.gitignore c68c1dd9b0 first commit 6 years ago
.travis.yml c68c1dd9b0 first commit 6 years ago
CHANGELOG c68c1dd9b0 first commit 6 years ago
HttpFoundationFactoryInterface.php c68c1dd9b0 first commit 6 years ago
HttpMessageFactoryInterface.php c68c1dd9b0 first commit 6 years ago
LICENSE c68c1dd9b0 first commit 6 years ago
README.md c68c1dd9b0 first commit 6 years ago
composer.json c68c1dd9b0 first commit 6 years ago
phpunit.xml.dist c68c1dd9b0 first commit 6 years ago

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

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

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