zxhxx 62f71792fd 1 3 éve
..
Factory 62f71792fd 1 3 éve
Tests 62f71792fd 1 3 éve
.gitignore 62f71792fd 1 3 éve
.php_cs.dist 62f71792fd 1 3 éve
.travis.yml 62f71792fd 1 3 éve
CHANGELOG.md 62f71792fd 1 3 éve
HttpFoundationFactoryInterface.php 62f71792fd 1 3 éve
HttpMessageFactoryInterface.php 62f71792fd 1 3 éve
LICENSE 62f71792fd 1 3 éve
README.md 62f71792fd 1 3 éve
composer.json 62f71792fd 1 3 éve
phpunit.xml.dist 62f71792fd 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