Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 459 Bytes

Build Status

IFTTT Maker

Integrates into IFTTT Maker to trigger events

Usage

$maker = new Maker($apiKey);
$maker->trigger('event_name', 'value1', 'value2', 'value3');

Testing

vendor/bin/phpunit

Code Quality

./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src