relay / relay
A PSR-15 server request handler.
Installs: 1 504 404
Dependents: 97
Suggesters: 5
Security: 0
Stars: 319
Watchers: 15
Forks: 17
Open Issues: 0
Requires
- php: >=7.2
- psr/http-message: ~1.0 || ~2.0
- psr/http-server-handler: ~1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- doctrine/coding-standard: ^9.0
- nyholm/psr7: ^1.6
- nyholm/psr7-server: ^1.1
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ~7.0 || ~9.5
- roave/security-advisories: dev-master
- vimeo/psalm: ^4.30
Provides
README
A PSR-15 request handler.
This package is installable and PSR-4 autoloadable via Composer as "relay/relay": "~3.0"
.
Alternatively, download a release or clone this repository, then map the Relay\
namespace to the package src/
directory.
This package requires PHP 7.2 or later. You should use the latest available version of PHP as a matter of principle.
To run the tests, issue composer install
to install the test dependencies, then issue ./vendor/bin/phpunit
.
Please see http://relayphp.com/ for documentation.