library phpframework-scheduler
app-zap/phpframework-scheduler
- Monday, January 19, 2015
- by smichaelsen
- Repository
- 2 Watchers
- 0 Stars
- 12 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
PHPFramework Plugin: Scheduler
This package is a plugin for PHPFramework., (*1)
Installation
Include this package as requirement in your composer.json
. For example:, (*2)
{
...
"require": {
...
"app-zap/phpframework-scheduler": "dev-develop"
}
}
To load the plugin enable it in your settings.ini
:, (*3)
[phpframework]
plugins.AppZap\PHPFrameworkScheduler = true
Setup
This plugin requires a certain SQL structure. You have to include it yourself, because PHPFramework isn't capable to load plugin SQL yet:, (*4)
SQL