root 1c2c56603a 1 5 år sedan
..
Factory 1c2c56603a 1 5 år sedan
Tests 1c2c56603a 1 5 år sedan
.gitignore 1c2c56603a 1 5 år sedan
.travis.yml 1c2c56603a 1 5 år sedan
CHANGELOG.md 1c2c56603a 1 5 år sedan
HttpFoundationFactoryInterface.php 1c2c56603a 1 5 år sedan
HttpMessageFactoryInterface.php 1c2c56603a 1 5 år sedan
LICENSE 1c2c56603a 1 5 år sedan
README.md 1c2c56603a 1 5 år sedan
composer.json 1c2c56603a 1 5 år sedan
phpunit.xml.dist 1c2c56603a 1 5 år sedan

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