Download the PHP package webshr/psr7-server-request-extension without Composer
On this page you can find all versions of the php package webshr/psr7-server-request-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package psr7-server-request-extension
PSR7 ServerRequest Extension
Provides traits that add utility functions to a PSR7 ServerResponse
subclass that make it easier to interact with the URI and input. Inspired by the PSR7 utility functions of Rareloop.
Install
composer require webshr/psr7-server-request-extension
Create a ServerRequest
Create a subclass of a PSR7 compatible ServerRequest
object (e.g. Laminas) and add the InteractsWithInput
and InteractsWithUri
traits.
Usage
Get the path
Get the URL
Get all query params
Get a specific query param
Get all post params
Get a specific post param
Get all input params
Get a specific input param
Does the request have a specific input key?
All versions of psr7-server-request-extension with dependencies
PHP Build Version
Package Version
Requires
psr/http-message Version
^2.0
The package webshr/psr7-server-request-extension contains the following files
Loading the files please wait ....