PHPackages                             tompedals/helpscout-intercom-app - 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. tompedals/helpscout-intercom-app

ActiveLibrary

tompedals/helpscout-intercom-app
================================

A Help Scout dynamic app for Intercom

0.1.0(9y ago)211[1 issues](https://github.com/tompedals/helpscout-intercom-app/issues)MITPHPPHP &gt;=5.6

Since Sep 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tompedals/helpscout-intercom-app)[ Packagist](https://packagist.org/packages/tompedals/helpscout-intercom-app)[ RSS](/packages/tompedals-helpscout-intercom-app/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Intercom app for Help Scout
===========================

[](#intercom-app-for-help-scout)

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

[](#installation)

Create or open your Help Scout app project. This app was developed to work with the [tompedals/helpscout-dynamic-app-symfony](https://github.com/tompedals/helpscout-dynamic-app-symfony) skeleton project.

This app is then installable via [Composer](https://getcomposer.org/) as [tompedals/helpscout-intercom-app](https://packagist.org/packages/tompedals/helpscout-intercom-app):

```
composer require tompedals/helpscout-intercom-app

```

Add the bundle to your kernel:

```
new TomPedals\HelpScoutApp\Intercom\IntercomAppBundle()

```

Add the bundle routing:

```
intercom_app:
    resource: '@IntercomAppBundle/Resources/config/routing.yml'
    prefix: /intercom

```

Configure the bundle:

```
intercom_app:
    app_id: '%intercom_app_id%'
    api_key: '%intercom_api_key%'

```

The app will now be available at `https://yourdomain.com/intercom/`

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

[](#configuration)

The bundle configuration allows each attribute to be enabled/disabled. By default all attributes (except user email) are enabled.

```
intercom_app:
    user_id: true
    email: true
    name: true
    signed_up_at: true
    last_request_at: true
    session_count: true
    unsubscribed_from_emails: true
    user_agent_data: true
    location: true
    social_profiles: true
    custom_attributes:
        - custom_one
        - custom_two
        - custom_three
    company:
        company_id: true
        plan: true
        monthly_spend: true
        session_count: true
        user_count: true
        custom_attributes:
            - company_custom_one
            - company_custom_two
            - company_custom_three

```

To better understand what each of these attributes are see the [Intercom API docs](https://developers.intercom.com/reference#user-model) for the User and Company models.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0108faaeaf073146f428b1f04b42ba469d97bf2a9d14f31183a2b541f3de8197?d=identicon)[tompedals](/maintainers/tompedals)

---

Tags

intercomhelpscout

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tompedals-helpscout-intercom-app/health.svg)

```
[![Health](https://phpackages.com/badges/tompedals-helpscout-intercom-app/health.svg)](https://phpackages.com/packages/tompedals-helpscout-intercom-app)
```

###  Alternatives

[intercom/intercom-php

Intercom API client.

30320.5M26](/packages/intercom-intercom-php)[helpscout/api

Help Scout API v2 Client

1002.1M4](/packages/helpscout-api)[helpscout/apps

Client library to assist with building dynamic apps that integrate with the Help Scout UI

38404.7k1](/packages/helpscout-apps)[darkin1/intercom

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5.x, 6.x, 7.x

1587.5k](/packages/darkin1-intercom)[m1x0n/helpscout-docs-api-php

API client for the Help Scout Docs API

2124.2k1](/packages/m1x0n-helpscout-docs-api-php)

PHPackages © 2026

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