hrjy e51fa34b25 commit 2 лет назад
..
Factory e51fa34b25 commit 2 лет назад
Tests e51fa34b25 commit 2 лет назад
.gitignore e51fa34b25 commit 2 лет назад
.php_cs.dist e51fa34b25 commit 2 лет назад
.travis.yml e51fa34b25 commit 2 лет назад
CHANGELOG.md e51fa34b25 commit 2 лет назад
HttpFoundationFactoryInterface.php e51fa34b25 commit 2 лет назад
HttpMessageFactoryInterface.php e51fa34b25 commit 2 лет назад
LICENSE e51fa34b25 commit 2 лет назад
README.md e51fa34b25 commit 2 лет назад
composer.json e51fa34b25 commit 2 лет назад
phpunit.xml.dist e51fa34b25 commit 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