Skip to content

azeemhassni/Input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input

OO way to interact with user input

use Azi\Input;

$input = Input::all();

$name = Input::post('name');
$search = Input::get('search');

$email = Input::request('email'); 

if(Input::exists('email)){
  // send an email to user
}

About

OO way to interact with user input

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages