yuncms / framework
The Yuncms Framework.
Installs: 2 035
Dependents: 11
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: ^7.1.3
- ext-ctype: *
- ext-mbstring: *
- lib-pcre: *
- 2amigos/qrcode-library: ~1.1.2
- creocoder/yii2-taggable: ~2.0
- danielstjules/stringy: ~3.1.0
- guzzlehttp/guzzle: ~6.3
- jakeasmith/http_build_url: ~1.0
- league/flysystem: ^1.0.8
- nesbot/carbon: ~1.0
- xutl/yii2-wechat: ~2.0.0
- yii2tech/ar-position: ~1.0
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-authclient: ~2.1.0
- yiisoft/yii2-bootstrap: ~2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
- yiisoft/yii2-imagine: ~2.1.0
- yiisoft/yii2-jui: ~2.0
- yiisoft/yii2-queue: ~2.0.0
- yiisoft/yii2-redis: ~2.0.0
- yiisoft/yii2-sphinx: ~2.0.0
- yiisoft/yii2-swiftmailer: ~2.1.0
- yuncms/composer: ~2.0.0
Requires (Dev)
- jpush/jpush: ~3.5
- phpunit/phpunit: ~7.0
- xutl/yii2-aliyun: ~2.0
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
- yuncms/mq-aliyun: ~1.0
- yuncms/mq-qcloud: ~1.0
Suggests
- ext-imagick: Adds support for more image processing formats and options.
- ext-intl: Adds rich internationalization support.
Provides
- bower-asset/font-awesome: 4.7.*@stable
- bower-asset/inputmask: ~3.2.2 | ~3.3.5
- bower-asset/jquery: 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable
- bower-asset/jquery-ui: ~1.12.1
- bower-asset/punycode: 1.3.*
- bower-asset/yii2-pjax: ~2.0.1
Replaces
- yuncms/filesystem: 2.0.0.46
- yuncms/sms: 2.0.0.46
This package is auto-updated.
Last update: 2022-07-09 17:27:02 UTC
README
YUNCMS 底层框架,基于 YII2 二次封装。
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.