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

ActiveLibrary[API Development](/categories/api)

gentor/intercom
===============

Wrapper on the Intercom class provided by Intercom - with custom methods and support for Laravel 5.x

v1.0.0(9y ago)12.0kMITPHPPHP &gt;= 5.6

Since Sep 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gentor/intercom)[ Packagist](https://packagist.org/packages/gentor/intercom)[ RSS](/packages/gentor-intercom/feed)WikiDiscussions master Synced 4w ago

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

Intercom
========

[](#intercom)

Wrapper on the Intercom class provided by Intercom - with custom methods and support for Laravel 5.x

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

[](#installation)

Installation using composer:

```
composer require gentor/intercom

```

Add the service provider in `config/app.php`:

```
Gentor\Intercom\IntercomServiceProvider::class,
```

Add the facade alias in `config/app.php`:

```
Gentor\Intercom\Facades\Intercom::class,
```

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

[](#configuration)

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

```
