PHPackages                             carlosmls1/filament-intercom - 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. carlosmls1/filament-intercom

ActiveLibrary

carlosmls1/filament-intercom
============================

Easy Intercom tracker integration for Filament

040[4 PRs](https://github.com/carlosmls1/filament-intercom/pulls)PHPCI passing

Since Oct 14Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

[![](https://camo.githubusercontent.com/13d045b08d4f936bd6662595c7176c69b43c25f9055b781ea8cabbcdad6c2ffe/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f66696c616d656e742d696e746572636f6d2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6361726c6f736d6c733125324666696c616d656e742d696e746572636f6d267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d456173792b496e746572636f6d2b696e746567726174696f6e2b666f722b46696c616d656e74266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/13d045b08d4f936bd6662595c7176c69b43c25f9055b781ea8cabbcdad6c2ffe/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f66696c616d656e742d696e746572636f6d2e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d6361726c6f736d6c733125324666696c616d656e742d696e746572636f6d267061747465726e3d617263686974656374267374796c653d7374796c655f31266465736372697074696f6e3d456173792b496e746572636f6d2b696e746567726174696f6e2b666f722b46696c616d656e74266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

[![Latest Version on Packagist](https://camo.githubusercontent.com/519eeee52f0a8190090528f557d61b402fcf60b7237bdc5dfa0ec6ea6c0160e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361726c6f736d6c73312f66696c616d656e742d696e746572636f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carlosmls1/filament-intercom)[![GitHub Tests Action Status](https://camo.githubusercontent.com/979dff2a2bd1005587496ded94863b3f2a0432cac1f51fa733d881bc96baeb23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6361726c6f736d6c73312f66696c616d656e742d696e746572636f6d2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/carlosmls1/filament-intercom/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/088df9d1a4e5d0cffabfaec8c726c85b54f400147a2f3aeef0b19d0d9e231baf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6361726c6f736d6c73312f66696c616d656e742d696e746572636f6d2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/carlosmls1/filament-intercom/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/188503bb07eb254f6e23d7fce029c6e7824833abc1c1efa7c880efcd0310dbf3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361726c6f736d6c73312f66696c616d656e742d696e746572636f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carlosmls1/filament-intercom)

A package to easily include Intercom in [Filament](https://filamentphp.com).

Version Compatibility
---------------------

[](#version-compatibility)

PluginFilamentLaravelPHP1.x3.x10.x8.x1.x3.x11.x8.2 | 8.3Installation
------------

[](#installation)

You can install the package via composer:

```
composer require carlosmls1/filament-intercom
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-intercom-config"
```

This is the contents of the published config file:

```
return [

    'api_base' => env('FILAMENT_INTERCOM_API_BASE', false),

    'app_id' => env('FILAMENT_INTERCOM_APP_ID'),

];
```

Usage
-----

[](#usage)

```
->plugin(\carlosmls1\FilamentIntercom\FilamentIntercom::make())
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Carlos Morales](https://github.com/carlosmls1)
- [Marco Germani](https://github.com/marcogermani87)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance60

Regular maintenance activity

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/5c3d887e658e3f9ee25176e6c3654a0629d25650374c756f32467c115d3bb1a4?d=identicon)[carlosmls1](/maintainers/carlosmls1)

---

Top Contributors

[![marcogermani87](https://avatars.githubusercontent.com/u/998645?v=4)](https://github.com/marcogermani87 "marcogermani87 (8 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![carlosmls1](https://avatars.githubusercontent.com/u/34964033?v=4)](https://github.com/carlosmls1 "carlosmls1 (4 commits)")

### Embed Badge

![Health badge](/badges/carlosmls1-filament-intercom/health.svg)

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

PHPackages © 2026

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