Kirin 0f47bd08df 1 3 éve
..
Factory 0f47bd08df 1 3 éve
Tests 0f47bd08df 1 3 éve
.gitignore 0f47bd08df 1 3 éve
.php_cs.dist 0f47bd08df 1 3 éve
.travis.yml 0f47bd08df 1 3 éve
CHANGELOG.md 0f47bd08df 1 3 éve
HttpFoundationFactoryInterface.php 0f47bd08df 1 3 éve
HttpMessageFactoryInterface.php 0f47bd08df 1 3 éve
LICENSE 0f47bd08df 1 3 éve
README.md 0f47bd08df 1 3 éve
composer.json 0f47bd08df 1 3 éve
phpunit.xml.dist 0f47bd08df 1 3 éve

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