Getting Started
Quick Usage
Install:
composer require mitmelon/guard-powerUsage :
require_once __DIR__."/vendor/autoload.php";
// Place GuardPower Class untop of your application
$guardPower = new GuardPower();
$guardPower->init();
//Your Application Code Here
//If global filter is on just accept your post or get request without filtering
$email = $_POST['email'] // This is save because it has been filtered.
//Do other things.Properties Setup:
Other Methods:
Future Updates :
License
Last updated