544782275@qq.com c08eabacd7 1 2 years ago
..
.github c08eabacd7 1 2 years ago
ArgumentValueResolver c08eabacd7 1 2 years ago
EventListener c08eabacd7 1 2 years ago
Factory c08eabacd7 1 2 years ago
Tests c08eabacd7 1 2 years ago
.gitignore c08eabacd7 1 2 years ago
.php_cs.dist b320b3dda7 1 3 years ago
CHANGELOG.md c08eabacd7 1 2 years ago
HttpFoundationFactoryInterface.php b320b3dda7 1 3 years ago
HttpMessageFactoryInterface.php b320b3dda7 1 3 years ago
LICENSE c08eabacd7 1 2 years ago
README.md c08eabacd7 1 2 years ago
composer.json c08eabacd7 1 2 years ago
phpunit.xml.dist b320b3dda7 1 3 years ago

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