sam-burns / psr7-symfony-httpfoundation
dev-master
2015-05-22 14:23 UTC
Requires
- php: >=5.3.10
- jwage/purl: 0.0.6
- psr/http-message: 0.11.0
- symfony/http-foundation: 2.6.7
Requires (Dev)
- php: >=5.4.0
- behat/behat: 3.0.14
- behat/mink-goutte-driver: 1.1.0
- henrikbjorn/phpspec-code-coverage: ~1.0
- phpspec/phpspec: 2.1.0
- phpunit/phpunit: ~4.6.6
- satooshi/php-coveralls: dev-master
- silex/silex: 1.2.4
This package is auto-updated.
Last update: 2024-10-24 04:33:49 UTC
README
PSR-7 Compliant Adapters for Symfony HTTP Foundation
Currently incomplete, so get involved with the development!
Fill in some of the methods in src/*.php
if you're feeling helpful. Behat tests are available if you want - edit
src-dev/public/index.php
and tests/behat/features/...
if the idea appeals. We also have a PHPSpec
installation and a PHPUnit installation if you wish to add tests there.
Tests can be run locally on PHP5.4+ with ./tests/tests-dev.sh
, and will also run on Travis CI.
As this is a PSR-related project, PSR-2 is the preferred coding standard, but if you don't know how to do that, someone will fix it for you.
Bug reports also welcomed.
Thanks for your help!