2017 © Pedro Peláez
 

library intercom-laravel

Laravel 5.x wrapper for Intercom-PHP

image

slaughter550/intercom-laravel

Laravel 5.x wrapper for Intercom-PHP

  • Tuesday, January 16, 2018
  • by slaughter550
  • Repository
  • 1 Watchers
  • 6 Stars
  • 2,008 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 9 Versions
  • 76 % Grown

The README.md

intercom-laravel

Laravel 5.x Wrapper for Intercom API, (*1)

Installation

Using Composer:, (*2)

composer require slaughter550/intercom-laravel

Configuration

config/app.php, (*3)

'providers' => [
    'Shadow\IntercomLaravel\ServiceProvider',
],
'aliases' => [
    'Intercom' => 'Shadow\IntercomLaravel\Facade',
],

config/services.php, (*4)

'intercom' => [
    'app_id' => 'appIdGoesHere',
    'api_key' => 'apiKeyGoesHere',
],

Usage

// Create/update a user
Intercom::users()->create([
    'email' => 'test@intercom.io'
]);

The Versions

16/01 2018

dev-master

9999999-dev

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

16/01 2018

3.1.8

3.1.8.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

16/08 2017

2.0.0

2.0.0.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

16/08 2017

1.2.1

1.2.1.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

16/08 2017

1.2.0

1.2.0.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

25/05 2016

v1.1.4

1.1.4.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

25/05 2016

v1.1.3

1.1.3.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

25/05 2016

v1.1.2

1.1.2.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom

24/05 2016

v1.1.1

1.1.1.0

Laravel 5.x wrapper for Intercom-PHP

  Sources   Download

MIT

The Requires

 

by Alex Slaughter

laravel intercom