PHPackages                             janyksteenbeek/laravel-sendinblue-sync - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. janyksteenbeek/laravel-sendinblue-sync

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

janyksteenbeek/laravel-sendinblue-sync
======================================

One-way synchronization of contact fields towards Sendinblue

v0.1(3y ago)127[2 PRs](https://github.com/janyksteenbeek/laravel-sendinblue-sync/pulls)MITPHPPHP ^8.1CI passing

Since Mar 2Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/janyksteenbeek/laravel-sendinblue-sync)[ Packagist](https://packagist.org/packages/janyksteenbeek/laravel-sendinblue-sync)[ Docs](https://github.com/janyksteenbeek/laravel-sendiblue-sync)[ RSS](/packages/janyksteenbeek-laravel-sendinblue-sync/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (10)Versions (5)Used By (0)

laravel-sendinblue-sync
=======================

[](#laravel-sendinblue-sync)

**One-way synchronization of contact fields in your Laravel application towards the Sendinblue marketing software.**

[![Latest Version on Packagist](https://camo.githubusercontent.com/163d49cc848a2f90fb92781e5f0c219506e01bb19bde1b053a6e469db267b129/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616e796b737465656e6265656b2f6c61726176656c2d73656e64696e626c75652d73796e632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/janyksteenbeek/laravel-sendinblue-sync)[![Total Downloads](https://camo.githubusercontent.com/97a340a5fe80f1cba5a39728593ee774aea0a739d89d1843c1ae78b184af5bd5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616e796b737465656e6265656b2f6c61726176656c2d73656e64696e626c75652d73796e632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/janyksteenbeek/laravel-sendinblue-sync)[![PHPStan](https://github.com/janyksteenbeek/laravel-sendinblue-sync/actions/workflows/phpstan.yml/badge.svg)](https://github.com/janyksteenbeek/laravel-sendinblue-sync/actions/workflows/phpstan.yml)

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

[](#installation)

You can install the package via composer:

```
composer require janyksteenbeek/laravel-sendinblue-sync
```

You can publish the config file with:

```
php artisan vendor:publish --tag="sendinblue-sync-config"
```

Set all the required values in the config file or in your environment variables. See section "Setup" for more information.

Next, add the trait to your User model:

```
use Janyk\LaravelSendinblueSync\Traits\IsSendinblueContact;

class User extends Authenticatable
{
    use IsSendinblueContact;
}
```

Setup instructions
------------------

[](#setup-instructions)

1. Follow the installation instructions to include the package in your application.
2. Before you can use this package, you need to generate an API token. You can do this here:
3. Add the API token to your `.env` file as `SENDINBLUE_KEY`.
4. Make sure you have a `User` model in your application. This model should have a `sendinblue_id` and `email` column. This column will be used to store the Sendinblue ID of the contact and the email of the contact. You can modify these fields in the config.
5. Make sure the other fields you want to sync with Sendinblue are present on your `User` model. You can change these mapping of those fields in the config file. In the config file, you can also set any custom fields in case you need those.
6. Add the `IsSendinblueContact` trait to your `User` model.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you are an outside collaborator and discover a security vulnerability within this repository, please send an e-mail to our security team via . **Do not use GitHub Issues** to report security vulnerabilities. All security vulnerabilities will be promptly addressed. Please adhere to the [Webmethod Coordinated Vulnerability Disclosure guidelines](https://www.webmethod.nl/juridisch/responsible-disclosure) at all times.

Credits
-------

[](#credits)

- [Janyk Steenbeek](https://github.com/janyksteenbeek)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Disclaimer
----------

[](#disclaimer)

This package is not affiliated with or endorsed by SENDINBLUE or any of its affiliates. The use of the trademark SENDINBLUE is solely for the purpose of identifying the company and its products. Any references to SENDINBLUE are made strictly for identification purposes and do not imply any endorsement or sponsorship by SENDINBLUE

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance56

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff89bdcd628dcd42b4add24d5d88618df658f974c6909c54da30447bcc4faffc?d=identicon)[janyksteenbeek](/maintainers/janyksteenbeek)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (23 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (15 commits)")[![janyksteenbeek](https://avatars.githubusercontent.com/u/3578636?v=4)](https://github.com/janyksteenbeek "janyksteenbeek (10 commits)")

---

Tags

laravellaravel-packagemodelsendinbluesynchronizationlaravelsynchronizationsendinbluejanyksteenbeeklaravel-sendinblue-sync

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/janyksteenbeek-laravel-sendinblue-sync/health.svg)

```
[![Health](https://phpackages.com/badges/janyksteenbeek-laravel-sendinblue-sync/health.svg)](https://phpackages.com/packages/janyksteenbeek-laravel-sendinblue-sync)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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