This package makes it easy to send notifications using IFTTT Maker Webkooks with Laravel 5.3+.
IFTTT users build Applets (recipes), which are comprised of a Trigger and an Action (cause and effect). Through the IFTTT Maker Webhooks service, users will be able to use your Laravel Notifications as triggers to perform a multitude of actions on the IFTTT service.
- Installation
- [Setting up the IFTTT Maker Webkooks service](#setting-up-the-IFTTT Maker Webkooks-service)
- Usage
- Changelog
- Testing
- Security
- Contributing
- Credits
- License
You can install the package via composer:
composer require laravel-notification-channels/ifttt-maker-webhooks
You must install the service provider:
// config/app.php
'providers' => [
...
NotificationChannels\IftttMakerWebhooks\IftttMakerWebhooksServiceProvider::class,
],
Optionally include a few steps how users can set up the service.
Some code examples, make it clear how to use the package
A list of all available options
Please see CHANGELOG for more information what has changed recently.
$ composer test
If you discover any security related issues, please email mclinmike@gmail.com instead of using the issue tracker.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.