PHPackages                             aboardly/aboardly - 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. aboardly/aboardly

ActiveLibrary[API Development](/categories/api)

aboardly/aboardly
=================

Official Aboardly API library client for PHP

v1.0.3(10y ago)11921MITPHP

Since May 25Pushed 10y ago3 watchersCompare

[ Source](https://github.com/herkyl/aboardly-php)[ Packagist](https://packagist.org/packages/aboardly/aboardly)[ Docs](http://www.aboardly.com/)[ RSS](/packages/aboardly-aboardly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

aboardly-client-php
===================

[](#aboardly-client-php)

Official Aboardly API library client for PHP

This library is generated by [alpaca](https://github.com/pksunkara/alpaca) and then modified by hand, hence why some things seem over engineered.

Installation
------------

[](#installation)

Make sure you have [composer](https://getcomposer.org) installed.

Add the following to your composer.json

```
{
    "require": {
        "aboardly/aboardly": "1.*"
    }
}
```

Update your dependencies

```
$ php composer.phar update
```

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

#### Versions

[](#versions)

Works with \[ 5.4 + \]

Usage
-----

[](#usage)

```
