atlir / intercomapi
Intercom Api
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/atlir/intercomapi
Requires
- intercom/intercom-php: 1.0.0-b7
Requires (Dev)
- mockery/mockery: dev-master
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-12-30 08:27:38 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'
)));