PHPackages                             atlir/intercom-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. atlir/intercom-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

atlir/intercom-php
==================

Intercom API client built on top of Guzzle 3

v1.0.0-b7(11y ago)037Apache Version 2PHP

Since Sep 5Pushed 11y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (14)Used By (0)

intercom-php
============

[](#intercom-php)

PHP bindings for the Intercom API ().

[API Documentation](https://api.intercom.io/docs)

[![Circle CI](https://camo.githubusercontent.com/a57cc3c379cba7792f541deb3a77b1dbd084ac2a2d5ef3b8e995934c27798f56/68747470733a2f2f636972636c6563692e636f6d2f67682f696e746572636f6d2f696e746572636f6d2d7068702e7376673f7374796c653d737667)](https://circleci.com/gh/intercom/intercom-php)[![Code Climate](https://camo.githubusercontent.com/eb146a1a6bc815ba858faccacf9963f03e386f46ef4f9681ee224f73a2f89a57/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f696e746572636f6d2f696e746572636f6d2d7068702f6261646765732f6770612e737667)](https://codeclimate.com/github/intercom/intercom-php)

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

[](#installation)

The API client can be installed via [Composer](https://github.com/composer/composer).

In your composer.json file:

```
{
    "require": {
      "intercom/intercom-php": "1.0.0-b7"
    }
}
```

Once the composer.json file is created you can run `composer install` for the initial package install and `composer update` to update to the latest version of the API client.

The client uses [Guzzle](http://guzzle3.readthedocs.org).

Basic Usage
-----------

[](#basic-usage)

Remember to include the Composer autoloader in your application:

```

```

Configure your access credentials when creating a client:

```
