Looking to hire Laravel developers? Try LaraJobs

laravel-intercom maintained by liran-co

Description
Laravel wrapper for Intercom PHP.
Author
Last update
2024/12/12 15:57 (dev-master)
License
Downloads
75 464

Comments
comments powered by Disqus

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.