shichen b6c5ecc67a init 11 月之前
..
ArgumentValueResolver b6c5ecc67a init 11 月之前
EventListener b6c5ecc67a init 11 月之前
Factory b6c5ecc67a init 11 月之前
Tests b6c5ecc67a init 11 月之前
.gitignore b6c5ecc67a init 11 月之前
.php_cs.dist b6c5ecc67a init 11 月之前
.travis.yml b6c5ecc67a init 11 月之前
CHANGELOG.md b6c5ecc67a init 11 月之前
HttpFoundationFactoryInterface.php b6c5ecc67a init 11 月之前
HttpMessageFactoryInterface.php b6c5ecc67a init 11 月之前
LICENSE b6c5ecc67a init 11 月之前
README.md b6c5ecc67a init 11 月之前
composer.json b6c5ecc67a init 11 月之前
phpunit.xml.dist b6c5ecc67a init 11 月之前

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