Skip to content

mikemclin/ifttt-maker-webhooks

Repository files navigation

IFTTT Maker Webhooks Notification Channel for Laravel

Latest Version on Packagist Software License Build Status StyleCI SensioLabsInsight Quality Score Code Coverage Total Downloads

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.

Contents

Installation

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,
],

Setting up the IFTTT Maker Webkooks service

Optionally include a few steps how users can set up the service.

Usage

Some code examples, make it clear how to use the package

Available methods

A list of all available options

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Security

If you discover any security related issues, please email mclinmike@gmail.com instead of using the issue tracker.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

IFTTT Maker Webhook Notifications Channel for Laravel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages