zxhxx 54f72291b6 add all 11 mesi fa
..
Factory 54f72291b6 add all 11 mesi fa
Tests 54f72291b6 add all 11 mesi fa
.gitignore 54f72291b6 add all 11 mesi fa
.php_cs.dist 54f72291b6 add all 11 mesi fa
.travis.yml 54f72291b6 add all 11 mesi fa
CHANGELOG.md 54f72291b6 add all 11 mesi fa
HttpFoundationFactoryInterface.php 54f72291b6 add all 11 mesi fa
HttpMessageFactoryInterface.php 54f72291b6 add all 11 mesi fa
LICENSE 54f72291b6 add all 11 mesi fa
README.md 54f72291b6 add all 11 mesi fa
composer.json 54f72291b6 add all 11 mesi fa
phpunit.xml.dist 54f72291b6 add all 11 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