PHPackages                             chrisbraybrooke/sendinblue-tracker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. chrisbraybrooke/sendinblue-tracker

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

chrisbraybrooke/sendinblue-tracker
==================================

0.0.2(6y ago)33622[1 PRs](https://github.com/ChrisBraybrooke/SendinBlue-Tracker-PHP/pulls)PHPPHP &gt;=5.6.4

Since Jul 29Pushed 5y ago2 watchersCompare

[ Source](https://github.com/ChrisBraybrooke/SendinBlue-Tracker-PHP)[ Packagist](https://packagist.org/packages/chrisbraybrooke/sendinblue-tracker)[ RSS](/packages/chrisbraybrooke-sendinblue-tracker/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Sendinblue Tracker SDK For PHP
==============================

[](#sendinblue-tracker-sdk-for-php)

Installation
------------

[](#installation)

```
composer require chrisbraybrooke/sendinblue-tracker
```

### Laravel Usage

[](#laravel-usage)

Laravel will autodiscover our service provider and register the alias. The only additional setup is to add the following to your config/services.php and .ENV files.

```
// config/services.php

'sendinblue' => [
    'tracker_id' => env('SENDINBLUE_TRACKER_ID'),
],
```

We are now able to use the available methods to communicate with sendinblue.

#### Identify

[](#identify)

The is the primary way to create a new user within sendinblue or update an exsisting one. The primary way of indentifying users is via their email address.

```
use SendinBlueTracker;

SendinBlueTracker::identify('christian.braybrooke@gmail.com', [
    'FIRSTNAME' => 'Christian',
    'LASTNAME' => 'Braybrooke'
]);
```

#### Event

[](#event)

The next method is how we fire an event within sendinblue, this can be used to trigger workflows and other types of automation.

```
use SendinBlueTracker;

SendinBlueTracker::event(
    'christian.braybrooke@gmail.com',
    'eventName',
  	// Event Data
    [
      'CTA_URL' => 'https://www.example.com',
      'COST' => '20.00'
    ],
  	// User Data
    [
      'FIRSTNAME' => 'Chris'
    ],
);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2476d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/954f04d21211c33ec6dd750169be63b054d65d2fba406a0ad523b43cda015b25?d=identicon)[ChrisBraybrooke](/maintainers/ChrisBraybrooke)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chrisbraybrooke-sendinblue-tracker/health.svg)

```
[![Health](https://phpackages.com/badges/chrisbraybrooke-sendinblue-tracker/health.svg)](https://phpackages.com/packages/chrisbraybrooke-sendinblue-tracker)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
