zhangxiaobin 424b643451 commit 3 1 rok pred
..
Factory 424b643451 commit 3 1 rok pred
Tests 424b643451 commit 3 1 rok pred
.gitignore 424b643451 commit 3 1 rok pred
.php_cs.dist 424b643451 commit 3 1 rok pred
.travis.yml 424b643451 commit 3 1 rok pred
CHANGELOG.md 424b643451 commit 3 1 rok pred
HttpFoundationFactoryInterface.php 424b643451 commit 3 1 rok pred
HttpMessageFactoryInterface.php 424b643451 commit 3 1 rok pred
LICENSE 424b643451 commit 3 1 rok pred
README.md 424b643451 commit 3 1 rok pred
composer.json 424b643451 commit 3 1 rok pred
phpunit.xml.dist 424b643451 commit 3 1 rok pred

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