WIN-2308041133\Administrator a4e7c438fa 1 9 months ago
..
Factory a4e7c438fa 1 9 months ago
Tests a4e7c438fa 1 9 months ago
.gitignore a4e7c438fa 1 9 months ago
.php_cs.dist a4e7c438fa 1 9 months ago
.travis.yml a4e7c438fa 1 9 months ago
CHANGELOG.md a4e7c438fa 1 9 months ago
HttpFoundationFactoryInterface.php a4e7c438fa 1 9 months ago
HttpMessageFactoryInterface.php a4e7c438fa 1 9 months ago
LICENSE a4e7c438fa 1 9 months ago
README.md a4e7c438fa 1 9 months ago
composer.json a4e7c438fa 1 9 months ago
phpunit.xml.dist a4e7c438fa 1 9 months ago

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