2017 © Pedro Peláez
 

library intercom

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

image

gentor/intercom

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

  • Monday, October 23, 2017
  • by gentor
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,338 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

Intercom

Wrapper on the Intercom class provided by Intercom - with custom methods and support for Laravel 5.x, (*1)

Installation

Installation using composer:, (*2)

composer require gentor/intercom

Add the service provider in config/app.php:, (*3)

Gentor\Intercom\IntercomServiceProvider::class,

Add the facade alias in config/app.php:, (*4)

Gentor\Intercom\Facades\Intercom::class,

Configuration

Change your default settings in app/config/intercom.php:, (*5)

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

Documentation

Intercom API, (*6)

The Versions

23/10 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

laravel api intercom intercom.io

28/09 2016

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

laravel api intercom intercom.io