root edcb89e9dc init 4 年之前
..
Factory edcb89e9dc init 4 年之前
Tests edcb89e9dc init 4 年之前
.gitignore edcb89e9dc init 4 年之前
.travis.yml edcb89e9dc init 4 年之前
CHANGELOG edcb89e9dc init 4 年之前
HttpFoundationFactoryInterface.php edcb89e9dc init 4 年之前
HttpMessageFactoryInterface.php edcb89e9dc init 4 年之前
LICENSE edcb89e9dc init 4 年之前
README.md edcb89e9dc init 4 年之前
composer.json edcb89e9dc init 4 年之前
phpunit.xml.dist edcb89e9dc init 4 年之前

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit