dev-master
9999999-dev https://github.com/stloyd/gosquared-apiGoSquared API client
MIT
The Requires
- php >=5.3.3
- kriswallsmith/buzz ~0.7
by Joseph Bielawski
api analytics realtime gosquared
GoSquared API client
A simple Object Oriented wrapper for GoSquared API, written with PHP., (*1)
The new version of gosquared-api
using Composer.
The first step to use gosquared-api
is to download composer:, (*2)
$ curl -s http://getcomposer.org/installer | php
Then we have to install our dependencies using:, (*3)
$ php composer.phar install
Now we can use autoloader from Composer by:, (*4)
{ "require": { "stloyd/gosquared-api": "*@dev" } }
gosquared-api
follows the PSR-0 convention names for its classes, which means you can easily integrategosquared-api
classes loading in your own autoloader., (*5)
gosquared-api
client<?php // This file is generated by Composer require_once 'vendor/autoload.php'; $client = new GoSquared\Client(); echo $client->api('time')->show();
gosquared-api
is licensed under the MIT License - see the LICENSE file for details., (*6)
GoSquared API client
MIT
api analytics realtime gosquared