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(7y ago)33642[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 3w 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

2577d 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.2k555.0M2.8k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k55](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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