An open API service indexing awesome lists of open source software.

https://github.com/roundpartner/ifttt-service

IFTTT Maker Integration
https://github.com/roundpartner/ifttt-service

ifttt-maker php

Last synced: 10 months ago
JSON representation

IFTTT Maker Integration

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/roundpartner/ifttt-service.svg?branch=master)](https://travis-ci.org/roundpartner/ifttt-service)
# IFTTT Maker
Integrates into IFTTT Maker to trigger events
## Usage
```php
$maker = new Maker($apiKey);
$maker->trigger('event_name', 'value1', 'value2', 'value3');
```
## Testing
```bash
vendor/bin/phpunit
```
## Code Quality
```bash
./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src
```