aidphp/http-interop

Http interoperability

1.0.0 2018-07-25 10:31 UTC

This package is auto-updated.

Last update: 2024-04-21 01:28:27 UTC


README

This repository holds all interfaces related to Http

  • The goal set by PhpServerRequestFactoryInterface is to give a generic interface to create a PSR-7 ServerRequestInterface instance from PHP globals
  • The goal set by EmitterInterface is to give a generic interface for providing response emitting capabilities