Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/relayphp/Relay.Relay

A PSR-15 server request handler.
https://github.com/relayphp/Relay.Relay

Last synced: about 2 months ago
JSON representation

A PSR-15 server request handler.

Awesome Lists containing this project

README

        

# Relay

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 for documentation.