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

ActiveLibrary[API Development](/categories/api)

slaughter550/intercom-laravel
=============================

Laravel 5.x wrapper for Intercom-PHP

3.2.0(7y ago)715.3k6[1 PRs](https://github.com/slaughter550/intercom-laravel/pulls)MITPHP

Since May 24Pushed 7y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (2)Versions (11)Used By (0)

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

[](#intercom-laravel)

Laravel 5.x Wrapper for Intercom API

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

[](#installation)

Using Composer:

```
composer require slaughter550/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

36

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity69

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~120 days

Recently: every ~158 days

Total

10

Last Release

2557d ago

Major Versions

1.2.1 → 2.0.02017-08-15

2.0.0 → 3.1.82018-01-16

3.2.0 → 4.0.x-dev2019-05-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/42a61115b8b7a261192a5c8a02f42e41018c636e1e86b9c512d2d778450de9f0?d=identicon)[slaughter550](/maintainers/slaughter550)

---

Top Contributors

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

---

Tags

laravelintercom

### Embed Badge

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

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

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M111](/packages/darkaonline-l5-swagger)[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[vemcogroup/laravel-weather

Weather package for Laravel to use different providers to get weather info

5525.0k](/packages/vemcogroup-laravel-weather)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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