atlir/intercomapi

There is no license information available for the latest version (0.0.1) of this package.

Intercom Api

0.0.1 2014-12-11 13:03 UTC

This package is not auto-updated.

Last update: 2025-07-15 06:06:13 UTC


README

Require the package in your composer.json file

"require": {
	...
	"atlir/intercomapi": "@dev"
},

In the $providers array add the service providers for this package

'IntercomApi\IntercomApiServiceProvider',

USAGE

$api = \App::make('\IntercomApi\Api', \Intercom\IntercomBasicAuthClient::factory(array(
	'app_id' => 'YOUR_APP_ID',
	'api_key' => 'YOUR_API_KEY'
)));