PHPackages                             jorisvanw/intercom-laravel - 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. jorisvanw/intercom-laravel

ActiveLibrary[API Development](/categories/api)

jorisvanw/intercom-laravel
==========================

Laravel Intercom PHP wrapper

4.0.3(7y ago)044MITPHPPHP &gt;= 7.1

Since May 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/JorisvanW/intercom-laravel)[ Packagist](https://packagist.org/packages/jorisvanw/intercom-laravel)[ RSS](/packages/jorisvanw-intercom-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (11)Used By (0)

intercom-laravel
================

[](#intercom-laravel)

Laravel 5.x Wrapper for Intercom API

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

[](#installation)

Using Composer:

```
composer require jorisvanw/intercom-laravel

```

Configuration
-------------

[](#configuration)

config/app.php

```
'providers' => [
    'Shadow\IntercomLaravel\ServiceProvider',
],
'aliases' => [
    'Intercom' => 'Shadow\IntercomLaravel\Facade',
],
```

config/services.php

```
'intercom' => [
    'app_id' => 'appIdGoesHere',
    'api_key' => 'apiKeyGoesHere',
],
```

Usage
-----

[](#usage)

```
// Create/update a user
Intercom::users()->create([
    'email' => 'test@intercom.io'
]);
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~112 days

Recently: every ~141 days

Total

10

Last Release

2626d ago

Major Versions

1.2.1 → 2.0.02017-08-15

2.0.0 → 3.1.82018-01-16

3.2.0 → 4.0.32019-03-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11089853?v=4)[Joris van Willigen](/maintainers/JorisvanW)[@JorisvanW](https://github.com/JorisvanW)

---

Top Contributors

[![slaughter550](https://avatars.githubusercontent.com/u/1266341?v=4)](https://github.com/slaughter550 "slaughter550 (15 commits)")[![JorisvanW](https://avatars.githubusercontent.com/u/11089853?v=4)](https://github.com/JorisvanW "JorisvanW (6 commits)")

---

Tags

intercomlaravellaravelintercom

### Embed Badge

![Health badge](/badges/jorisvanw-intercom-laravel/health.svg)

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

###  Alternatives

[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)

PHPackages © 2026

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