The idea behind this application is to provide a minimal structure to create actions and tasks that can be run from a single call to the crontab.
- Version: 0.0.5
- PHP 5.4 or higher.
- MySQL 5 or higher.
- Unpack the archive.
- Create a copy of config.sample.yml called config.yml and set your credentials.
- Start the interactive console with command: php shell.php
- The empty database needs to be created before the next step.
- Install the database tables with command: database:install
- You're ready.