aschelch / scenario
An automation library similar to IFTTT that you can use in your webapp
Installs: 106 832
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/aschelch/scenario
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: 2025-10-12 01:13:18 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