PHPackages                             activecollab/activecollab-feather-sdk - 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. activecollab/activecollab-feather-sdk

ActiveLibrary[API Development](/categories/api)

activecollab/activecollab-feather-sdk
=====================================

This is a simple PHP library that makes communication with Active Collab API easy

3.1.5(1y ago)5285.9k↓13.6%21[8 issues](https://github.com/activecollab/activecollab-feather-sdk/issues)2MITPHPPHP &gt;=5.6.0

Since May 11Pushed 1y ago8 watchersCompare

[ Source](https://github.com/activecollab/activecollab-feather-sdk)[ Packagist](https://packagist.org/packages/activecollab/activecollab-feather-sdk)[ Docs](https://github.com/activecollab/activecollab-feather-sdk)[ RSS](/packages/activecollab-activecollab-feather-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (19)Used By (2)

PHP SDK for ActiveCollab 5 and 6 API
====================================

[](#php-sdk-for-activecollab-5-and-6-api)

This is a simple PHP library that makes communication with [ActiveCollab API](https://developers.activecollab.com/api-documentation/index.html) easy.

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

[](#installation)

If you choose to install this application with Composer instead of pulling down the git repository you will need to add a composer.json file to the location you would like to pull the repository down to featuring:

```
{
    "require": {
        "activecollab/activecollab-feather-sdk": "^3.0"
    }
}
```

Run a `composer update` to install the package.

*Note*: If you used an older version of ActiveCollab API wrapper and loaded it using `dev-master`, lock it to version 2.0 by setting require statement to `^2.0` and calling `composer update`.

Connecting to ActiveCollab Cloud Accounts
-----------------------------------------

[](#connecting-to-activecollab-cloud-accounts)

```
