user fa2348d651 1111 1 月之前
..
Factory fa2348d651 1111 1 月之前
Tests fa2348d651 1111 1 月之前
.gitignore fa2348d651 1111 1 月之前
.php_cs.dist fa2348d651 1111 1 月之前
.travis.yml fa2348d651 1111 1 月之前
CHANGELOG.md fa2348d651 1111 1 月之前
HttpFoundationFactoryInterface.php fa2348d651 1111 1 月之前
HttpMessageFactoryInterface.php fa2348d651 1111 1 月之前
LICENSE fa2348d651 1111 1 月之前
README.md fa2348d651 1111 1 月之前
composer.json fa2348d651 1111 1 月之前
phpunit.xml.dist fa2348d651 1111 1 月之前

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