PHPackages                             devtechxm/intercomsdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. devtechxm/intercomsdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

devtechxm/intercomsdk
=====================

Library for intercom client with error handling

1.2(7y ago)0256PHP

Since Aug 22Pushed 7y agoCompare

[ Source](https://github.com/mukeshhub/intercomsdk)[ Packagist](https://packagist.org/packages/devtechxm/intercomsdk)[ RSS](/packages/devtechxm-intercomsdk/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

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

[](#installation)

Requires intercom-php v3.0.0

Using Composer:

The recommended way to install intercomsdk is through [Composer](https://getcomposer.org):

First, install Composer:

```
$ curl -sS https://getcomposer.org/installer | php

```

Next, install the latest intercomsdk:

```
$ php composer.phar require devtechxm/intercomsdk

```

Finally, you can include the files in your PHP script:

```
require "vendor/autoload.php";
```

Clients
-------

[](#clients)

```
use Intercom\Api;

$intercom = new Api(appId, apiKey);
```

Users
-----

[](#users)

```
// Get a user
	try
    {
    		$client = $intercom->client;
    		//same as intercom-php sdk
		$response = $client->users->getUsers(["email" => "nouser@intercom.io"]);
	}
    catch (Exception $e)
    {
    	$response = $intercom->parseExceptionError($e);
    }

    echo '';
    print_r($response);
```

For More details visit [intercom reference](https://developers.intercom.io/reference)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~462 days

Total

3

Last Release

2676d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6789955?v=4)[mukeshsahani](/maintainers/mukeshsahani)[@mukeshsahani](https://github.com/mukeshsahani)

---

Top Contributors

[![mukeshhub](https://avatars.githubusercontent.com/u/135326897?v=4)](https://github.com/mukeshhub "mukeshhub (2 commits)")[![mukesh-kr-sahani](https://avatars.githubusercontent.com/u/21166635?v=4)](https://github.com/mukesh-kr-sahani "mukesh-kr-sahani (1 commits)")

### Embed Badge

![Health badge](/badges/devtechxm-intercomsdk/health.svg)

```
[![Health](https://phpackages.com/badges/devtechxm-intercomsdk/health.svg)](https://phpackages.com/packages/devtechxm-intercomsdk)
```

###  Alternatives

[zingchart/php_wrapper

PHP wrapper for ZingChart

446.8k](/packages/zingchart-php-wrapper)[mage2pro/currency-format

The «Price Format» extension for Magento 2

215.9k](/packages/mage2pro-currency-format)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
