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 1w 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 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

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

2532d 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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[guanguans/notify

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

687114.3k8](/packages/guanguans-notify)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

254168.5k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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