PHPackages                             php-censor/flowdock-client - 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. php-censor/flowdock-client

ActiveLibrary[API Development](/categories/api)

php-censor/flowdock-client
==========================

A PHP library to interact with the Flowdock API

2.0.0(4y ago)19.2k—0%3MITPHPPHP &gt;=7.4.0

Since Dec 16Pushed 4y ago2 watchersCompare

[ Source](https://github.com/php-censor/flowdock-client)[ Packagist](https://packagist.org/packages/php-censor/flowdock-client)[ Docs](https://github.com/php-censor/flowdock-client)[ RSS](/packages/php-censor-flowdock-client/feed)WikiDiscussions master Synced 1mo ago

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

Flowdock Client
===============

[](#flowdock-client)

This library allows you to interact with the [Flowdock](https://www.flowdock.com/) API. Flowdock client is fork of [Flowdock](https://github.com/mremi/Flowdock).

**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": {
        "php-censor/flowdock-client": "dev-master"
    }
}
```

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

```
$ php composer.phar update php-censor/flowdock-client
```

Composer will install the library to your project's `vendor/php-censor` directory.

Push API
--------

[](#push-api)

### Chat

[](#chat)

```
