gentor/intercom

Wrapper on the Intercom class provided by Intercom - with custom methods and support for Laravel 5.x
2,017 1
Install
composer require gentor/intercom
Latest Version:v1.0.0
PHP:>= 5.6
License:MIT
Last Updated:Oct 23, 2017
Links: GitHub  ·  Packagist
Maintainer: gentor

Intercom

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

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

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

<?php
return [
    'app_id' => env('INTERCOM_APP_ID', '****'),
    'api_key' => env('INTERCOM_API_KEY', '********'),
];

Documentation

Intercom API

Related Packages

darkin1/intercom

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5....

87,814 15
mediumart/intercom

Intercom API [Macroable] client adapter for laravel

55,087 8
php-tmdb/laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...

53,303 162
kavenegar/laravel

laravel 4 and 5 kavenegar integration

350,771 85
cyvelnet/laravel5-fractal

A simple fractal service provider and transformer generator with model attribute...

189,086 79