Download the PHP package steadfastcollective/laravel-customer-io without Composer
On this page you can find all versions of the php package steadfastcollective/laravel-customer-io. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download steadfastcollective/laravel-customer-io
More information about steadfastcollective/laravel-customer-io
Files in steadfastcollective/laravel-customer-io
Package laravel-customer-io
Short Description Customer.io notification channel for Laravel
License MIT
Homepage https://github.com/steadfastcollective/laravel-customer-io
Informations about the package laravel-customer-io
Customer io notification channel for Laravel
This package makes it easy to send notifications using the Customer io API with Laravel.
About
The Customer io channel makes it possible to send out Laravel notifications as a Customer io event. The notifiable model data will also be synced with Customer io and kept up to date.
Installation
You can install the package via composer:
Setting up the Customer io service
You will need to create a Customer io account to use this channel. Within your account, you will find the API key and the site ID. Place them inside your .env file:
Usage
Add the trait to your notifiable model:
Adding customer io support to the notification class:
Sync all customers with customer.io with a single command:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@steadfastcollective.com instead of using the issue tracker.
Credits
- André Breia
- All Contributors
License
The MIT License (MIT). Please see License File for more information.