Pebblecube is videogame development library, includes: analytics, achievements, scores and much more.
This repository contains the open source PHP SDK for the Pebblecube APIs.
<?php
require_once('../Pebblecube.php');
$pb = new Pebblecube(array(
'key' => 'your key',
'secret' => 'your secret'
));
try {
$pb->session->start();
} catch (PebblecubeException $e) {
error_log($e);
}
?>
Use the GitHub issues tracker for feedback. Send bugs or other issues here.
Coming soon