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. [API Development](/categories/api)
4. /
5. tompedals/helpscout-intercom-app

ActiveLibrary[API Development](/categories/api)

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 2w 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 12% 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

3606d 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

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M776](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M418](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[nijens/openapi-bundle

Helps you create a REST API from your OpenAPI specification.

18128.8k](/packages/nijens-openapi-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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