PHPackages                             brandlabs/productiveio - 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. brandlabs/productiveio

ActiveLibrary

brandlabs/productiveio
======================

A PHP SDK package for interacting Productive.io REST API

v0.1.1(6y ago)04782[3 PRs](https://github.com/brandlabs/productiveio/pulls)MITPHPPHP &gt;=7.2

Since Jun 5Pushed 3y ago5 watchersCompare

[ Source](https://github.com/brandlabs/productiveio)[ Packagist](https://packagist.org/packages/brandlabs/productiveio)[ Docs](https://github.com/brandlabs/productiveio)[ RSS](/packages/brandlabs-productiveio/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (7)Used By (0)

Productive.io PHP SDK
=====================

[](#productiveio-php-sdk)

This package provides convenient access to the [Productive.io](https://www.productive.io/) REST API for applications written in PHP.

Getting Started
---------------

[](#getting-started)

```
$ git clone git@github.com:brandlabs/productiveio.git
$ cd productive-io
$ composer install

```

### Installation

[](#installation)

while in the root folder of the project where you want to use this library, do the following:

```
$ composer config repositories.productiveio git git@github.com:brandlabs/productiveio.git
$ composer require brandlabs/productiveio [stable-version]

```

### Prerequisites

[](#prerequisites)

PHP 7.2+

### Tests

[](#tests)

```
$ composer test

```

Example
-------

[](#example)

```
