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