yuncms/framework

This package is abandoned and no longer maintained. No replacement package was suggested.

The Yuncms Framework.

Installs: 2 035

Dependents: 11

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

2.0.0.46 2018-08-23 11:06 UTC

README

YUNCMS 底层框架,基于 YII2 二次封装。

License Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Quality Score

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist yuncms/framework

or add

"yuncms/framework": "~1.0.0"

to the require section of your composer.json.

Task

* * * * * /path/to/yii cron/minute >/dev/null 2>&1
*/5 * * * * /path/to/yii cron/minute >/dev/null 2>&1
0 * * * * /path/to/yii cron/hourly >/dev/null 2>&1
0 0 * * * /path/to/yii cron/daily >/dev/null 2>&1
0 0 * * 0 /path/to/yii cron/month >/dev/null 2>&1
0 0 1 * *
0 0 1 1 *

License

This is released under the LGPL-3.0 License. See the bundled LICENSE.md for details.