Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-psr7bridge 0.1.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 06 Aug 16:29
· 168 commits to master since this release

Initial release!

Added

  • Zend\Psr7Bridge\Psr7ServerRequest::toZend($request, $shallow = false) allows converting a Psr\Http\Message\ServerRequestInterface to a Zend\Http\PhpEnvironment\Request instance. The $shallow flag, when enabled, will omit the body content, body parameters, and upload files from the zend-http request (e.g., for routing purposes).

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.