PHPackages                             maxeee09/laravel-ifttt-maker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. maxeee09/laravel-ifttt-maker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

maxeee09/laravel-ifttt-maker
============================

Laravel IFTTT Maker event emitter

v1.0.0(9y ago)6294[1 issues](https://github.com/Maxeee09/laravel-ifttt-maker/issues)PHPPHP &gt;=7.0

Since Oct 27Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Maxeee09/laravel-ifttt-maker)[ Packagist](https://packagist.org/packages/maxeee09/laravel-ifttt-maker)[ RSS](/packages/maxeee09-laravel-ifttt-maker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

Laravel IFTTT Maker event emitter
=================================

[](#laravel-ifttt-maker-event-emitter)

Emit IFTTT events easily.

Install
-------

[](#install)

Via Composer :

```
$ composer require maxeee09/laravel-ifttt-maker
```

then add the following line into `config/app.php` provider array :

```
'providers' => [
		...
		Maxeee09\IFTTT\Maker\Providers\IFTTTMakerServiceProvider::class,
		...
],
```

Configuration
-------------

[](#configuration)

Publish package configuration :

```
$ php artisan vendor:publish --provider="Maxeee09\IFTTT\Maker\Providers\IFTTTMakerServiceProvider" --tag="config"
```

Add the following line into your `.env` file :

```
...
IFTTT_MAKER_KEY=[YOUR_IFTTT_MAKER_KEY]
...

```

Usage
-----

[](#usage)

Using façade :

```
IFTTTMaker::event( 'your_event_name' , [
	'your' => 'data' ,
	'event' => 'data' ,
	'payload' => 'data' ,
] ) ;
```

Using helper :

```
ifttt_maker( 'your_event_name' , [
	'your' => 'data' ,
	'event' => 'data' ,
	'payload' => 'data' ,
] ) ;
```

Enjoy your IFTTT recipes !

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Author
------

[](#author)

- [Maxence BOURQUIN](https://github.com/Maxeee09)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3533d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6651496?v=4)[Maxence](/maintainers/Maxeee09)[@Maxeee09](https://github.com/Maxeee09)

---

Top Contributors

[![Maxeee09](https://avatars.githubusercontent.com/u/6651496?v=4)](https://github.com/Maxeee09 "Maxeee09 (5 commits)")[![imonroe](https://avatars.githubusercontent.com/u/1263892?v=4)](https://github.com/imonroe "imonroe (1 commits)")

---

Tags

eventlaravelmakeriftttmaxeee09

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maxeee09-laravel-ifttt-maker/health.svg)

```
[![Health](https://phpackages.com/badges/maxeee09-laravel-ifttt-maker/health.svg)](https://phpackages.com/packages/maxeee09-laravel-ifttt-maker)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.0k55.0k87](/packages/nativephp-mobile)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M163](/packages/laravel-ai)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
