唐金木 07e2592bdb first commit пре 4 година
..
Factory 07e2592bdb first commit пре 4 година
Tests 07e2592bdb first commit пре 4 година
.gitignore 07e2592bdb first commit пре 4 година
.php_cs.dist 07e2592bdb first commit пре 4 година
.travis.yml 07e2592bdb first commit пре 4 година
CHANGELOG.md 07e2592bdb first commit пре 4 година
HttpFoundationFactoryInterface.php 07e2592bdb first commit пре 4 година
HttpMessageFactoryInterface.php 07e2592bdb first commit пре 4 година
LICENSE 07e2592bdb first commit пре 4 година
README.md 07e2592bdb first commit пре 4 година
composer.json 07e2592bdb first commit пре 4 година
phpunit.xml.dist 07e2592bdb first commit пре 4 година

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