liran-co / laravel-intercom
Laravel wrapper for Intercom PHP.
Installs: 57 269
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 5
Open Issues: 1
Requires
- php: ^7.4|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0
- intercom/intercom-php: ^4.4
- nyholm/psr7: ^1.8
- symfony/http-client: ^6.3
README
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.