liran-co/laravel-intercom

Laravel wrapper for Intercom PHP.

Installs: 69 458

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 8

Open Issues: 2

pkg:composer/liran-co/laravel-intercom

v1.6.2 2024-12-12 14:57 UTC

This package is auto-updated.

Last update: 2025-10-12 16:47:07 UTC


README

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.