Skip to content

v3.3.1

Choose a tag to compare

@bkdotcom bkdotcom released this 09 Sep 18:25
· 29 commits to 3.x since this release
  • tested on php 8.0 - 8.4
  • Added ServerRequestExtendedInterface & ServerRequestExtended (Extends standard server request with helpful methods)
  • Now includes PSR-17 (Factory) implementation. (createServerRequest returns ServerRequestExtended instance)
  • ServerRequest -
    • getParsedBody() now done on demand vs in when constructing
    • xml now parsed by default
    • new registerMediaTypeParser() method add custom parser or override existing parser
  • ServiceRequest::fromGlobals() and HttpFoundationBridge::createRequest() now return ServerRequestExtended instance
  • withQueryParams(): allow scalar and null values