lizhen_gitee f57c82fce2 被忽略的文件 1 rok temu
..
Factory f57c82fce2 被忽略的文件 1 rok temu
Tests f57c82fce2 被忽略的文件 1 rok temu
.gitignore f57c82fce2 被忽略的文件 1 rok temu
.php_cs.dist f57c82fce2 被忽略的文件 1 rok temu
.travis.yml f57c82fce2 被忽略的文件 1 rok temu
CHANGELOG.md f57c82fce2 被忽略的文件 1 rok temu
HttpFoundationFactoryInterface.php f57c82fce2 被忽略的文件 1 rok temu
HttpMessageFactoryInterface.php f57c82fce2 被忽略的文件 1 rok temu
LICENSE f57c82fce2 被忽略的文件 1 rok temu
README.md f57c82fce2 被忽略的文件 1 rok temu
composer.json f57c82fce2 被忽略的文件 1 rok temu
phpunit.xml.dist f57c82fce2 被忽略的文件 1 rok temu

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