Skip to content

v2.3

Choose a tag to compare

@bkdotcom bkdotcom released this 09 Sep 16:12
· 20 commits to 2.x since this release
  • tested on php 7.2 - 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