3
0
Fork 0
yii-cron/README.md

31 lines
580 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Агент для работы с кроном
=========================
Функционал для работы с кроном
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist dominion/yii2-cron "*"
```
or add
```
"dominion/yii2-cron": "*"
```
to the require section of your `composer.json` file.
Usage
-----
Once the extension is installed, simply use it in your code by :
```php
<?= \dominion\cron\AutoloadExample::widget(); ?>```