PHPackages                             mremi/flowdock - 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. mremi/flowdock

ActiveLibrary[API Development](/categories/api)

mremi/flowdock
==============

A PHP library to interact with the Flowdock API

v1.0.0(11y ago)516.3k2[1 issues](https://github.com/mremi/Flowdock/issues)1MITPHPPHP &gt;=5.3.3CI failing

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mremi/Flowdock)[ Packagist](https://packagist.org/packages/mremi/flowdock)[ Docs](https://github.com/mremi/Flowdock)[ RSS](/packages/mremi-flowdock/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (2)Used By (1)

Flowdock library
================

[](#flowdock-library)

This library allows you to interact with the [Flowdock](https://www.flowdock.com/) API.

[![SensioLabsInsight](https://camo.githubusercontent.com/c11f6d16fc1ab5a3bfefd63cb9a1d1673233013c9017904c78a9eeaa7352130c/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65376536396264622d646365312d343138392d623364382d6165336565363631646263392f6269672e706e67)](https://insight.sensiolabs.com/projects/e7e69bdb-dce1-4189-b3d8-ae3ee661dbc9)

[![Build Status](https://camo.githubusercontent.com/9fe970d2ed2f41d18c6ac91f1b68197ffee84d716851458de71e6f609e76545e/68747470733a2f2f7472617669732d63692e6f72672f6d72656d692f466c6f77646f636b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mremi/Flowdock)[![Total Downloads](https://camo.githubusercontent.com/739759df33a2f0d6b800f96b6f73cf027e3ac47f712879bf636f569889786fd8/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f666c6f77646f636b2f646f776e6c6f6164732e737667)](https://packagist.org/packages/mremi/flowdock)[![Latest Stable Version](https://camo.githubusercontent.com/0c47c61d7adf29db5b79579e3b8d1e76a74ab483c88c5d56ce1009308952ed8a/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f666c6f77646f636b2f762f737461626c652e737667)](https://packagist.org/packages/mremi/flowdock)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c01e2bb174bde1863c32714389a35455b15058046ffeeb4e1213395d77e82152/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d72656d692f466c6f77646f636b2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mremi/Flowdock/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/1171e3ae9e40b7760627f387419252ccabb58076c00fedff452fa8e64f118902/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d72656d692f466c6f77646f636b2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/mremi/Flowdock/?branch=master)

**Basic Docs**

- [Installation](#installation)
- [Push API](#push-api)
- [Contribution](#contribution)

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

[](#installation)

Only 1 step:

### Download Flowdock using composer

[](#download-flowdock-using-composer)

Add Flowdock in your composer.json:

```
{
    "require": {
        "mremi/flowdock": "dev-master"
    }
}
```

Now tell composer to download the library by running the command:

```
$ php composer.phar update mremi/flowdock
```

Composer will install the library to your project's `vendor/mremi` directory.

Push API
--------

[](#push-api)

### Chat

[](#chat)

```
