2017 © Pedro Peláez
 

library input

OO way to interact with user input

image

azi/input

OO way to interact with user input

  • Monday, September 14, 2015
  • by azibaloch
  • Repository
  • 1 Watchers
  • 6 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Input

OO way to interact with user input, (*1)

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
}

The Versions

14/09 2015

dev-master

9999999-dev

OO way to interact with user input

  Sources   Download

MIT

The Development Requires

by Azi Baloch

20/08 2015

0.1

0.1.0.0

OO way to interact with user input

  Sources   Download

MIT

The Development Requires

by Azi Baloch