liran-co/laravel-intercom

Laravel wrapper for Intercom PHP.
77,238 6
Install
composer require liran-co/laravel-intercom
Latest Version:v1.6.2
PHP:^7.4|^8.0
License:MIT
Last Updated:Dec 12, 2024
Links: GitHub  ·  Packagist
Maintainer: liran-co

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.

Related Packages

mediumart/intercom

Intercom API [Macroable] client adapter for laravel

55,127 8
darkin1/intercom

Wrapper on the Intercom class provided by Intercom - with support for Laravel 5....

87,936 15
gentor/intercom

Wrapper on the Intercom class provided by Intercom - with custom methods and sup...

2,017 1
socialiteproviders/intercom

Intercom OAuth2 Provider for Laravel Socialite

96,222 0
slaughter550/intercom-laravel

Laravel 5.x wrapper for Intercom-PHP

15,349 7