Kirin ed0358a7ed 一些功能 3 anos atrás
..
Factory 2f058c19cb 默认的 3 anos atrás
Tests ed0358a7ed 一些功能 3 anos atrás
.gitignore ed0358a7ed 一些功能 3 anos atrás
.php_cs.dist 2f058c19cb 默认的 3 anos atrás
.travis.yml 2f058c19cb 默认的 3 anos atrás
CHANGELOG.md 2f058c19cb 默认的 3 anos atrás
HttpFoundationFactoryInterface.php 2f058c19cb 默认的 3 anos atrás
HttpMessageFactoryInterface.php 2f058c19cb 默认的 3 anos atrás
LICENSE 2f058c19cb 默认的 3 anos atrás
README.md 2f058c19cb 默认的 3 anos atrás
composer.json 2f058c19cb 默认的 3 anos atrás
phpunit.xml.dist 2f058c19cb 默认的 3 anos atrás

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