zxhxx 54f72291b6 add all пре 5 месеци
..
Factory 54f72291b6 add all пре 5 месеци
Tests 54f72291b6 add all пре 5 месеци
.gitignore 54f72291b6 add all пре 5 месеци
.php_cs.dist 54f72291b6 add all пре 5 месеци
.travis.yml 54f72291b6 add all пре 5 месеци
CHANGELOG.md 54f72291b6 add all пре 5 месеци
HttpFoundationFactoryInterface.php 54f72291b6 add all пре 5 месеци
HttpMessageFactoryInterface.php 54f72291b6 add all пре 5 месеци
LICENSE 54f72291b6 add all пре 5 месеци
README.md 54f72291b6 add all пре 5 месеци
composer.json 54f72291b6 add all пре 5 месеци
phpunit.xml.dist 54f72291b6 add all пре 5 месеци

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