PHPackages                             sumacrm/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. sumacrm/intercom-php

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

sumacrm/intercom-php
====================

Intercom API client built on top of Guzzle 3

v3.2.0(8y ago)0121Apache Version 2PHPPHP &gt;= 5.6

Since Sep 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/samuelfa/intercom-php)[ Packagist](https://packagist.org/packages/sumacrm/intercom-php)[ RSS](/packages/sumacrm-intercom-php/feed)WikiDiscussions 1.5.0 Synced 2d ago

READMEChangelogDependencies (3)Versions (67)Used By (0)

warning
=======

[](#warning)

Please don't use this fork, is created only for internal use in SumaCRM.

Go to  and you can use the original project.

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.5.0"
    }
}
```

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:

```
