PHPackages                             stloyd/gosquared-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. stloyd/gosquared-api

AbandonedArchivedLibrary[API Development](/categories/api)

stloyd/gosquared-api
====================

GoSquared API client

4151PHP

Since Mar 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/stloyd/gosquared-api)[ Packagist](https://packagist.org/packages/stloyd/gosquared-api)[ RSS](/packages/stloyd-gosquared-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

GoSquared API - PHP Client
==========================

[](#gosquared-api---php-client)

A simple Object Oriented wrapper for GoSquared API, written with PHP.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.3 with [cURL](http://php.net/manual/en/book.curl.php) extension,
- [Buzz](https://github.com/kriswallsmith/Buzz) library,

Autoload
--------

[](#autoload)

The new version of `gosquared-api` using [Composer](http://getcomposer.org). The first step to use `gosquared-api` is to download composer:

```
$ curl -s http://getcomposer.org/installer | php
```

Then we have to install our dependencies using:

```
$ php composer.phar install
```

Now we can use autoloader from Composer by:

```
{
    "require": {
        "stloyd/gosquared-api": "*@dev"
    }
}
```

> `gosquared-api` follows the PSR-0 convention names for its classes, which means you can easily integrate `gosquared-api` classes loading in your own autoloader.

Basic usage of `gosquared-api` client
-------------------------------------

[](#basic-usage-of-gosquared-api-client)

```
