zxhxx 45691bf4d8 1 vor 3 Jahren
..
Factory 45691bf4d8 1 vor 3 Jahren
Tests 45691bf4d8 1 vor 3 Jahren
.gitignore 45691bf4d8 1 vor 3 Jahren
.php_cs.dist 45691bf4d8 1 vor 3 Jahren
.travis.yml 45691bf4d8 1 vor 3 Jahren
CHANGELOG.md 45691bf4d8 1 vor 3 Jahren
HttpFoundationFactoryInterface.php 45691bf4d8 1 vor 3 Jahren
HttpMessageFactoryInterface.php 45691bf4d8 1 vor 3 Jahren
LICENSE 45691bf4d8 1 vor 3 Jahren
README.md 45691bf4d8 1 vor 3 Jahren
composer.json 45691bf4d8 1 vor 3 Jahren
phpunit.xml.dist 45691bf4d8 1 vor 3 Jahren

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