aschelch / scenario
An automation library similar to IFTTT that you can use in your webapp
Installs: 90 118
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires (Dev)
- humbug/humbug: 1.0.0-alpha1
- mockery/mockery: ^0.9.4
- phpunit/phpunit: 4.5.*
- squizlabs/php_codesniffer: ^2.5
This package is not auto-updated.
Last update: 2024-11-09 20:17:32 UTC
README
An automation library similar to IFTTT that you can use in your webapp
Installation
Scenario is installed via Composer. To install, simply add it
to your composer.json
file:
{ "require": { "aschelch/scenario": "dev-master" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
//TODO