user fa2348d651 1111 2 сар өмнө
..
Factory fa2348d651 1111 2 сар өмнө
Tests fa2348d651 1111 2 сар өмнө
.gitignore fa2348d651 1111 2 сар өмнө
.php_cs.dist fa2348d651 1111 2 сар өмнө
.travis.yml fa2348d651 1111 2 сар өмнө
CHANGELOG.md fa2348d651 1111 2 сар өмнө
HttpFoundationFactoryInterface.php fa2348d651 1111 2 сар өмнө
HttpMessageFactoryInterface.php fa2348d651 1111 2 сар өмнө
LICENSE fa2348d651 1111 2 сар өмнө
README.md fa2348d651 1111 2 сар өмнө
composer.json fa2348d651 1111 2 сар өмнө
phpunit.xml.dist fa2348d651 1111 2 сар өмнө

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