root edcb89e9dc init hace 4 años
..
Factory edcb89e9dc init hace 4 años
Tests edcb89e9dc init hace 4 años
.gitignore edcb89e9dc init hace 4 años
.travis.yml edcb89e9dc init hace 4 años
CHANGELOG edcb89e9dc init hace 4 años
HttpFoundationFactoryInterface.php edcb89e9dc init hace 4 años
HttpMessageFactoryInterface.php edcb89e9dc init hace 4 años
LICENSE edcb89e9dc init hace 4 años
README.md edcb89e9dc init hace 4 años
composer.json edcb89e9dc init hace 4 años
phpunit.xml.dist edcb89e9dc init hace 4 años

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