lizuxiao e4ec64a95c 111 před 2 roky
..
Factory e4ec64a95c 111 před 2 roky
Tests e4ec64a95c 111 před 2 roky
.gitignore e4ec64a95c 111 před 2 roky
.php_cs.dist e4ec64a95c 111 před 2 roky
.travis.yml e4ec64a95c 111 před 2 roky
CHANGELOG.md e4ec64a95c 111 před 2 roky
HttpFoundationFactoryInterface.php e4ec64a95c 111 před 2 roky
HttpMessageFactoryInterface.php e4ec64a95c 111 před 2 roky
LICENSE e4ec64a95c 111 před 2 roky
README.md e4ec64a95c 111 před 2 roky
composer.json e4ec64a95c 111 před 2 roky
phpunit.xml.dist e4ec64a95c 111 před 2 roky

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