Skip to content

A simple Laravel wrapper for the Intercom PHP library.

License

Notifications You must be signed in to change notification settings

liran-co/laravel-intercom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-intercom

Latest Version on Packagist Total Downloads

A simple wrapper for the Intercom PHP library.

Installation

You can install the package via composer:

composer require liran-co/laravel-intercom

Usage

First, add the INTERCOM_ACCESS_TOKEN variable into your .env file.

Next, add the Intercom facade to the top of your file:

use Intercom;

// ...

Intercom::users()->getUsers([]);

That's it! Refer to Intercom PHP for usage information.

License

The MIT License (MIT). Please see License File for more information.

About

A simple Laravel wrapper for the Intercom PHP library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages