Download the PHP package carlosocarvalho/simple-input without Composer
On this page you can find all versions of the php package carlosocarvalho/simple-input. 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 simple-input
Simple Input
simple input php for get info (get,post,delete,put)
Install Via composer
Or configure composer.json
Example Use
Important sending form method post with php, use input hidden[name="_method" value="put|delete"]
<?php
$put = Input::put('key');
$put_all = Input::put();
$delete = Input::delete('key');
$delete_all = Input::delete();
All versions of simple-input with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package carlosocarvalho/simple-input contains the following files
Loading the files please wait ....