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 6d 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 14% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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