Download the PHP package combindma/sendinblue-tracker without Composer
On this page you can find all versions of the php package combindma/sendinblue-tracker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download combindma/sendinblue-tracker
More information about combindma/sendinblue-tracker
Files in combindma/sendinblue-tracker
Package sendinblue-tracker
Short Description Sendinblue Tracker SDK For PHP
License MIT
Homepage https://github.com/combindma/sendinblue-tracker
Informations about the package sendinblue-tracker
Sendinblue Tracker SDK For PHP
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage (JS implementation)
This is the js implementation. There is also RESTFUL implementation
Embed in Blade (Only if you want to use JS implementation)
First you'll need to include Sendinblue Tracker's script.
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.
Event
The next method is how we fire an event within sendinblue, this can be used to trigger workflows and other types of automation.
Flashing data for the next request
The package can also set data to render on the next request. This is useful for setting data after an internal redirect.
Usage (RESTFUL implementation)
For this implementation you don't need to include Sendinblue Tracker's script
Identify
Event
Contributing
Please see CONTRIBUTING for details.
Credits
- Combind
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of sendinblue-tracker with dependencies
guzzlehttp/guzzle Version ^7.3
illuminate/contracts Version ^8.37
spatie/laravel-package-tools Version ^1.4.3