唐金木 07e2592bdb first commit 4 år sedan
..
Factory 07e2592bdb first commit 4 år sedan
Tests 07e2592bdb first commit 4 år sedan
.gitignore 07e2592bdb first commit 4 år sedan
.php_cs.dist 07e2592bdb first commit 4 år sedan
.travis.yml 07e2592bdb first commit 4 år sedan
CHANGELOG.md 07e2592bdb first commit 4 år sedan
HttpFoundationFactoryInterface.php 07e2592bdb first commit 4 år sedan
HttpMessageFactoryInterface.php 07e2592bdb first commit 4 år sedan
LICENSE 07e2592bdb first commit 4 år sedan
README.md 07e2592bdb first commit 4 år sedan
composer.json 07e2592bdb first commit 4 år sedan
phpunit.xml.dist 07e2592bdb first commit 4 år sedan

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