Download the PHP package yiivgeny/yii-phpdoc-crontab without Composer
On this page you can find all versions of the php package yiivgeny/yii-phpdoc-crontab. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii-phpdoc-crontab
Yii PHPDocCrontab extension
Simple and convenient installing console commands as cron jobs.
- One control point to run all commands
- Crossplatform job installing
- Store schedule of launches with application source
- Grouping jobs (example: segmentation by server)
Requirements
Yii Framework 1.1.6 or above
Usage
Installing action 'Example1' of command 'Test' to run every 10 minutes. Just add doc-comment for console action.
Installation
- Step 1: Put directory PHPDocCrontab (or only PHPDocCrontab.php) into your framework extensions directory.
-
Step 2: Add PHPDocCrontab.php as new console command on framework config:
- Step 3: Add task to system scheduler (cron on unix, task scheduler on windows) to run every minute:
Resources
All versions of yii-phpdoc-crontab with dependencies
PHP Build Version
Package Version
No informations.
The package yiivgeny/yii-phpdoc-crontab contains the following files
Loading the files please wait ....