2017 © Pedro Peláez
 

library intercomapi

Intercom Api

image

atlir/intercomapi

Intercom Api

  • Friday, December 19, 2014
  • by atlir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Require the package in your composer.json file, (*1)

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

In the $providers array add the service providers for this package, (*2)

'IntercomApi\IntercomApiServiceProvider',

USAGE

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

The Versions

19/12 2014

dev-master

9999999-dev

Intercom Api

  Sources   Download

The Requires

 

The Development Requires

by Avatar atlir

11/12 2014

0.0.1

0.0.1.0

Intercom Api

  Sources   Download

The Requires

 

The Development Requires

by Avatar atlir