shichen b6c5ecc67a init 10 mesi fa
..
ArgumentValueResolver b6c5ecc67a init 10 mesi fa
EventListener b6c5ecc67a init 10 mesi fa
Factory b6c5ecc67a init 10 mesi fa
Tests b6c5ecc67a init 10 mesi fa
.gitignore b6c5ecc67a init 10 mesi fa
.php_cs.dist b6c5ecc67a init 10 mesi fa
.travis.yml b6c5ecc67a init 10 mesi fa
CHANGELOG.md b6c5ecc67a init 10 mesi fa
HttpFoundationFactoryInterface.php b6c5ecc67a init 10 mesi fa
HttpMessageFactoryInterface.php b6c5ecc67a init 10 mesi fa
LICENSE b6c5ecc67a init 10 mesi fa
README.md b6c5ecc67a init 10 mesi fa
composer.json b6c5ecc67a init 10 mesi fa
phpunit.xml.dist b6c5ecc67a init 10 mesi fa

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