relay / relay
A PSR-15 server request handler.
Installs: 1 460 035
Dependents: 96
Suggesters: 5
Security: 0
Stars: 318
Watchers: 15
Forks: 16
Open Issues: 2
Requires
- php: >=7.1
- psr/http-message: ~1.0
- psr/http-server-handler: ~1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- doctrine/coding-standard: ^9.0
- friendsofphp/php-cs-fixer: ^3.0
- laminas/laminas-diactoros: ~2.2
- phpstan/phpstan: ^0.12.14
- phpunit/phpunit: ~7.0 || ~9.5
- roave/security-advisories: dev-master
- vimeo/psalm: ^4.7
Provides
This package is auto-updated.
Last update: 2024-09-04 08:55:13 UTC
README
A PSR-15 request handler.
This package is installable and PSR-4 autoloadable via Composer as "relay/relay": "~2.0"
.
Alternatively, download a release or clone this repository, then map the Relay\
namespace to the package src/
directory.
This package requires PHP 7.1 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.