Kirin e2096c1d71 add 3 yıl önce
..
Factory e2096c1d71 add 3 yıl önce
Tests e2096c1d71 add 3 yıl önce
.gitignore e2096c1d71 add 3 yıl önce
.php_cs.dist e2096c1d71 add 3 yıl önce
.travis.yml e2096c1d71 add 3 yıl önce
CHANGELOG.md e2096c1d71 add 3 yıl önce
HttpFoundationFactoryInterface.php e2096c1d71 add 3 yıl önce
HttpMessageFactoryInterface.php e2096c1d71 add 3 yıl önce
LICENSE e2096c1d71 add 3 yıl önce
README.md e2096c1d71 add 3 yıl önce
composer.json e2096c1d71 add 3 yıl önce
phpunit.xml.dist e2096c1d71 add 3 yıl önce

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