PHPackages                             intercom/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. [API Development](/categories/api)
4. /
5. intercom/intercom-php

ActiveLibrary[API Development](/categories/api)

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

Intercom API client.

5.0.2(3mo ago)30320.5M—1%145[20 PRs](https://github.com/intercom/intercom-php/pulls)20MITPHPPHP ^8.1CI passing

Since Sep 5Pushed 3mo ago188 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (91)Used By (20)

Intercom PHP Library
====================

[](#intercom-php-library)

[![fern shield](https://camo.githubusercontent.com/8053034980884cc47f4b7cace74fdfa9cdad97f9200a9e2d4b22fac279356faf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2546302539462538432542462d4275696c74253230776974682532304665726e2d627269676874677265656e)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fintercom%2Fintercom-php)[![php shield](https://camo.githubusercontent.com/c6935ea725f448fdb79c5a9a86bf2f898610c8bf44028a3192176889b47cdba6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d7061636b61676973742d70696e6b)](https://packagist.org/packages/intercom/intercom-php)

The Intercom PHP library provides convenient access to the Intercom APIs from PHP.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Exception Handling](#exception-handling)
- [Pagination](#pagination)
- [Legacy Sdk](#legacy-sdk)
- [Advanced](#advanced)
    - [Custom Client](#custom-client)
    - [Retries](#retries)
    - [Timeouts](#timeouts)
- [Contributing](#contributing)

Requirements
------------

[](#requirements)

This SDK requires PHP ^8.1.

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

[](#installation)

```
composer require intercom/intercom-php
```

Usage
-----

[](#usage)

Instantiate and use the client with the following:

```
