formatcc / yii2-schedule
Yii2 schedule
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- mtdowling/cron-expression: ~1.0
- symfony/process: ~2.8|~3.0
This package is not auto-updated.
Last update: 2025-01-05 04:20:37 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require formatcc/yii2-schedule
Add The following command to Linux Crontab
* * * * * php path/to/yii schedule/run --schedules=@app/config/schedules.php >> /dev/null 2>&1