2017 © Pedro Peláez
 

library intercom

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

image

darkin1/intercom

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

  • Monday, March 27, 2017
  • by darkin1
  • Repository
  • 2 Watchers
  • 10 Stars
  • 21,004 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 12 Versions
  • 18 % Grown

The README.md

Intercom

Latest Stable Version Donate StyleCI Build Status, (*1)

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

Installation

Installation using composer:, (*3)

composer require darkin1/intercom

And add the service provider in config/app.php:, (*4)

Darkin1\Intercom\IntercomServiceProvider::class,

And add the facade alias in config/app.php:, (*5)

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

Configuration

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

<?php
return [
    'access_token' => env('INTERCOM_ACCESS_TOKEN', '****'),
    'api_version' => env('INTERCOM_API_VERSION', '1.1'),
];

Review the official docs to see the list of available intercom api versions, (*7)

Example


use Intercom; $users = Intercom::users()->getUsers([]); $leads = Intercom::leads()->getLeads([]);

Documentation

Intercom API, (*8)

The Versions

27/03 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

27/03 2017

dev-analysis-zObR7R

dev-analysis-zObR7R

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

27/03 2017

v1.0.7

1.0.7.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

27/03 2017

dev-analysis-q2bPpR

dev-analysis-q2bPpR

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

14/12 2016

dev-analysis-8n0EGw

dev-analysis-8n0EGw

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

06/11 2016

v1.0.6

1.0.6.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

07/08 2016

v1.0.5

1.0.5.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

30/03 2016

v1.0.4

1.0.4.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel api guzzle intercom intercom.io

29/03 2016

v1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel intercom

29/03 2016

v1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel intercom

29/03 2016

v1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel intercom

26/03 2016

v1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

by Dariusz Ciesielski

laravel intercom