Download the PHP package thecookieshows/request-parameter-manager without Composer
On this page you can find all versions of the php package thecookieshows/request-parameter-manager. 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 request-parameter-manager
Request Parameter manager
Request parameter manager is PHP package for object oriented way to get request (post, get) parameters. Also supports value parser to parse parameters value into format you want.
Installation:
Just require via composer
Usage
RequestManager
Create new instance of RequestManager. First parameter is array of RequestParameters, second is instance of ParameterBag
RequestParameter
Constructor of request parameter
- Name of parameter
- Default value (default is "")
- Is Required (default is False)
Get RequestParameterValue
Set RequestParameterParser
Pass instance of parser into setParser() method
Create new Parser
Just implement ParserInterface
All versions of request-parameter-manager with dependencies
PHP Build Version
Package Version
Requires
symfony/http-foundation Version
>=4.1
The package thecookieshows/request-parameter-manager contains the following files
Loading the files please wait ....