n1215/http-router

A PSR-7 / PSR-15 compatible router interface and a PSR-15 server request handler implementation for routing.


Keywords
router, psr-7, psr-15
License
MIT

Documentation

http-router

[PHP7] Interfaces for HTTP Router and a PSR-7 Router Middleware Example.

HttpContext and HttpHandler

  • HttpContextInterface : Holds HTTP request, HTTP response, and state.
  • HttpHandlerInterface : Handle HttpContextInterface.

License

MIT License.