Kirin 3b4ba6fd10 update преди 3 години
..
Factory 3b4ba6fd10 update преди 3 години
Tests 3b4ba6fd10 update преди 3 години
.php_cs.dist 3b4ba6fd10 update преди 3 години
.travis.yml 3b4ba6fd10 update преди 3 години
CHANGELOG.md 3b4ba6fd10 update преди 3 години
HttpFoundationFactoryInterface.php 3b4ba6fd10 update преди 3 години
HttpMessageFactoryInterface.php 3b4ba6fd10 update преди 3 години
LICENSE 3b4ba6fd10 update преди 3 години
README.md 3b4ba6fd10 update преди 3 години
composer.json 3b4ba6fd10 update преди 3 години
phpunit.xml.dist 3b4ba6fd10 update преди 3 години

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