zxhxx 952f19d1a8 1 vor 3 Jahren
..
Factory 952f19d1a8 1 vor 3 Jahren
Tests 952f19d1a8 1 vor 3 Jahren
.gitignore 952f19d1a8 1 vor 3 Jahren
.php_cs.dist 952f19d1a8 1 vor 3 Jahren
.travis.yml 952f19d1a8 1 vor 3 Jahren
CHANGELOG.md 952f19d1a8 1 vor 3 Jahren
HttpFoundationFactoryInterface.php 952f19d1a8 1 vor 3 Jahren
HttpMessageFactoryInterface.php 952f19d1a8 1 vor 3 Jahren
LICENSE 952f19d1a8 1 vor 3 Jahren
README.md 952f19d1a8 1 vor 3 Jahren
composer.json 952f19d1a8 1 vor 3 Jahren
phpunit.xml.dist 952f19d1a8 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