Download the PHP package tasmaniski/zend-params-helper without Composer
On this page you can find all versions of the php package tasmaniski/zend-params-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tasmaniski/zend-params-helper
More information about tasmaniski/zend-params-helper
Files in tasmaniski/zend-params-helper
Download tasmaniski/zend-params-helper
More information about tasmaniski/zend-params-helper
Files in tasmaniski/zend-params-helper
Vendor tasmaniski
Package zend-params-helper
Short Description View Helper for reading data from $_GET, $_POST and Routes in view
License GPL-2.0
Homepage https://github.com/tasmaniski
Package zend-params-helper
Short Description View Helper for reading data from $_GET, $_POST and Routes in view
License GPL-2.0
Homepage https://github.com/tasmaniski
Please rate this library. Is it a good library?
Informations about the package zend-params-helper
Laminas MVC Params Helper
View Helper will read params from $_GET, $_POST and Routes in Laminas MVC project.
Install
Add in you composer.json file:
After running: composer update
You need to register new module. Add in file config/application.config.php:
Use
We can use it in any view file (including layout) as key name params(). View Helper params() served to read variables from $_POST, $_GET or from Routes.
Or you can get one variable by name. Second param is optional and it's default value if helper can not find the key.
All versions of zend-params-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
laminas/laminas-mvc Version ^3.0
laminas/laminas-dependency-plugin Version ^1.0
laminas/laminas-mvc Version ^3.0
laminas/laminas-dependency-plugin Version ^1.0
The package tasmaniski/zend-params-helper contains the following files
Loading the files please wait ....