Skip to content
plasterman15 edited this page Aug 12, 2018 · 1 revision

Welcome to the snaphax wiki! require_once('snaphax/snaphax.php');

$opts = array();
$opts['username'] = 'username';
$opts['password'] = 'password';
$opts['debug'] = 1; 

$s = new Snaphax($opts);
$result = $s->login();
var_dump($result);
Clone this wiki locally