mead 12488c8737 init 1 سال پیش
..
Factory 12488c8737 init 1 سال پیش
Tests 12488c8737 init 1 سال پیش
.php_cs.dist 12488c8737 init 1 سال پیش
.travis.yml 12488c8737 init 1 سال پیش
CHANGELOG.md 12488c8737 init 1 سال پیش
HttpFoundationFactoryInterface.php 12488c8737 init 1 سال پیش
HttpMessageFactoryInterface.php 12488c8737 init 1 سال پیش
LICENSE 12488c8737 init 1 سال پیش
README.md 12488c8737 init 1 سال پیش
composer.json 12488c8737 init 1 سال پیش
phpunit.xml.dist 12488c8737 init 1 سال پیش

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