PHPackages                             darkin1/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. [HTTP &amp; Networking](/categories/http)
4. /
5. darkin1/intercom

ActiveLibrary[HTTP &amp; Networking](/categories/http)

darkin1/intercom
================

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

v3.0.0(5y ago)1587.8k↓54.8%10MITPHPPHP &gt;= 7.3

Since Mar 26Pushed 5y ago2 watchersCompare

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

READMEChangelog (9)Dependencies (3)Versions (17)Used By (0)

Intercom
========

[](#intercom)

[![Latest Stable Version](https://camo.githubusercontent.com/3be33b63fa01e3a345751aff62cb2d89c432a58c8cef85449b9048b15462ecc7/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6461726b696e312f696e746572636f6d2e737667)](https://packagist.org/packages/darkin1/intercom) [![Donate](https://camo.githubusercontent.com/d47cdb766a100070d38a702d9c7760ccc8052063484e1478a26bcd16680d33af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e737667)](https://www.paypal.me/dciesielski)[![StyleCI](https://camo.githubusercontent.com/39d544c54f284880b6d17b4b8653e2db18d685e1f928cac8d813673d695cedb7/68747470733a2f2f7374796c6563692e696f2f7265706f732f35343738353539332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/54785593)[![Build Status](https://camo.githubusercontent.com/e98a0933cea75f5cc70ae42c32828e2bd30cba3d683824a31d4dabedbf48477a/68747470733a2f2f7472617669732d63692e6f72672f6461726b696e312f696e746572636f6d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/darkin1/intercom)

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

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

[](#installation)

Installation using composer:

```
composer require darkin1/intercom

```

And add the service provider in `config/app.php`:

```
Darkin1\Intercom\IntercomServiceProvider::class,
```

And add the facade alias in `config/app.php`:

```
'Intercom'  => Darkin1\Intercom\Facades\Intercom::class,
```

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

[](#configuration)

Change your default settings in `app/config/intercom.php`:

```
