lizhen_gitee f57c82fce2 被忽略的文件 6 ماه پیش
..
Factory f57c82fce2 被忽略的文件 6 ماه پیش
Tests f57c82fce2 被忽略的文件 6 ماه پیش
.gitignore f57c82fce2 被忽略的文件 6 ماه پیش
.php_cs.dist f57c82fce2 被忽略的文件 6 ماه پیش
.travis.yml f57c82fce2 被忽略的文件 6 ماه پیش
CHANGELOG.md f57c82fce2 被忽略的文件 6 ماه پیش
HttpFoundationFactoryInterface.php f57c82fce2 被忽略的文件 6 ماه پیش
HttpMessageFactoryInterface.php f57c82fce2 被忽略的文件 6 ماه پیش
LICENSE f57c82fce2 被忽略的文件 6 ماه پیش
README.md f57c82fce2 被忽略的文件 6 ماه پیش
composer.json f57c82fce2 被忽略的文件 6 ماه پیش
phpunit.xml.dist f57c82fce2 被忽略的文件 6 ماه پیش

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