Download the PHP package janyksteenbeek/laravel-sendinblue-sync without Composer
On this page you can find all versions of the php package janyksteenbeek/laravel-sendinblue-sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download janyksteenbeek/laravel-sendinblue-sync
More information about janyksteenbeek/laravel-sendinblue-sync
Files in janyksteenbeek/laravel-sendinblue-sync
Package laravel-sendinblue-sync
Short Description One-way synchronization of contact fields towards Sendinblue
License MIT
Homepage https://github.com/janyksteenbeek/laravel-sendiblue-sync
Informations about the package laravel-sendinblue-sync
laravel-sendinblue-sync
One-way synchronization of contact fields in your Laravel application towards the Sendinblue marketing software.
Installation
You can install the package via composer:
You can publish the config file with:
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:
Setup instructions
- Follow the installation instructions to include the package in your application.
- Before you can use this package, you need to generate an API token. You can do this here: https://app.sendinblue.com/settings/keys/api/
- Add the API token to your
.env
file asSENDINBLUE_KEY
. - Make sure you have a
User
model in your application. This model should have asendinblue_id
andemail
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. - 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. - Add the
IsSendinblueContact
trait to yourUser
model.
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 Webmethod Coordinated Vulnerability Disclosure guidelines at all times.
Credits
- Janyk Steenbeek
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
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
All versions of laravel-sendinblue-sync with dependencies
illuminate/contracts Version ^9.0|^10.0
sendinblue/api-v3-sdk Version ^8.4
spatie/laravel-package-tools Version ^1.14.0