A simple wrapper for the Intercom PHP library.
You can install the package via composer:
composer require liran-co/laravel-intercomFirst, 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.
The MIT License (MIT). Please see License File for more information.