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

ActiveLibrary[API Development](/categories/api)

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

Intercom PHP is library to connect Intercom APi

018PHP

Since Aug 28Pushed 11y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Intercom Api Implementation for PHP
===================================

[](#intercom-api-implementation-for-php)

This is a very simple implementation of the [Intercom Api](http://doc.intercom.io/api/).

### Installing via Composer

[](#installing-via-composer)

The recommended way to install the library is through [Composer](http://getcomposer.org).

```
{
    "require": {
        "sitemavens/intercom-php": "dev-master"
    }
}
```

### How you use it

[](#how-you-use-it)

```
\IntercomPhp\Config::init( 'your_app_id', 'your_api_key' );

$user = new \IntercomPhp\Domain\User();
$user->setName( 'Pepe Florez' );
$user->setEmail( 'pepe@florez.com' );
$user->setId( 1234 );
$user->setRemoteCreatedAt( time() );

// You should set this prop to "true" if you are tracking when a user logs in
$user->setNewSession(true);

$users = new \IntercomPhp\Users();
$result = $users->addUser( $user );
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fcb70b8912c5e380f3b9d3286ec798fde9547b00972a32b62ee914bc9addc8b3?d=identicon)[mustela](/maintainers/mustela)

---

Top Contributors

[![mustela](https://avatars.githubusercontent.com/u/325222?v=4)](https://github.com/mustela "mustela (23 commits)")

### Embed Badge

![Health badge](/badges/sitemavens-intercom-php/health.svg)

```
[![Health](https://phpackages.com/badges/sitemavens-intercom-php/health.svg)](https://phpackages.com/packages/sitemavens-intercom-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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