Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

pebblecube/php-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pebblecube PHP SDK

Pebblecube is videogame development library, includes: analytics, achievements, scores and much more.

This repository contains the open source PHP SDK for the Pebblecube APIs.

Usage

<?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);
}

?>

Feedback

Use the GitHub issues tracker for feedback. Send bugs or other issues here.

Tests

Coming soon

About

PHP SDK for the Pebblecube API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages