PHPackages                             tfurtado/intercom-bundle - 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. tfurtado/intercom-bundle

ActiveSymfony-bundle

tfurtado/intercom-bundle
========================

Symfony bundle to use Intercom.io service

0.1.0(10y ago)31.7k1MITPHPPHP &gt;=5.5.0

Since Aug 14Pushed 10y agoCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (0)

TFurtado's Intercom Bundle
==========================

[](#tfurtados-intercom-bundle)

Intercom.io Bundle for the Symfony Framework.

[![Build Status](https://camo.githubusercontent.com/3cae1e458377aa6c26abe5623c88f92e0bc678e8d7c62869d69126cdf1be8a07/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746675727461646f2f696e746572636f6d2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/tfurtado/intercom-bundle)[![Code quality](https://camo.githubusercontent.com/8df98c249021aae87e293d45df15e22a50fef5b48139d04022c8f36862c24940/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f746675727461646f2f696e746572636f6d2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tfurtado/intercom-bundle/)[![Code coverage](https://camo.githubusercontent.com/a79d270cb6131d501b2ca822fc57499c2f3613ca9d4a195dc3b0e199a0fbbe98/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f746675727461646f2f696e746572636f6d2d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/tfurtado/intercom-bundle/)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require "tfurtado/intercom-bundle ~1.0"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
