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