root 1c2c56603a 1 il y a 5 ans
..
Factory 1c2c56603a 1 il y a 5 ans
Tests 1c2c56603a 1 il y a 5 ans
.gitignore 1c2c56603a 1 il y a 5 ans
.travis.yml 1c2c56603a 1 il y a 5 ans
CHANGELOG.md 1c2c56603a 1 il y a 5 ans
HttpFoundationFactoryInterface.php 1c2c56603a 1 il y a 5 ans
HttpMessageFactoryInterface.php 1c2c56603a 1 il y a 5 ans
LICENSE 1c2c56603a 1 il y a 5 ans
README.md 1c2c56603a 1 il y a 5 ans
composer.json 1c2c56603a 1 il y a 5 ans
phpunit.xml.dist 1c2c56603a 1 il y a 5 ans

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit