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