zxhxx 73777eb865 1 3 vuotta sitten
..
Factory 73777eb865 1 3 vuotta sitten
Tests 73777eb865 1 3 vuotta sitten
.gitignore 73777eb865 1 3 vuotta sitten
.php_cs.dist 73777eb865 1 3 vuotta sitten
.travis.yml 73777eb865 1 3 vuotta sitten
CHANGELOG.md 73777eb865 1 3 vuotta sitten
HttpFoundationFactoryInterface.php 73777eb865 1 3 vuotta sitten
HttpMessageFactoryInterface.php 73777eb865 1 3 vuotta sitten
LICENSE 73777eb865 1 3 vuotta sitten
README.md 73777eb865 1 3 vuotta sitten
composer.json 73777eb865 1 3 vuotta sitten
phpunit.xml.dist 73777eb865 1 3 vuotta sitten

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