plume-solution / scenario
An automation library similar to IFTTT that you can use in your webapp
1.1.0
2021-02-19 06:26 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
Requires (Dev)
- infection/infection: >=0.15 || <1.0
- mockery/mockery: ^1.3
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-11-19 14:43:16 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": { "plume-solution/scenario": "^1.0" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Basic Usage
//TODO