yuncms 框架
该包已被弃用且不再维护。没有建议的替代包。
Yuncms 框架。
2.0.0.46
2018-08-23 11:06 UTC
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 进行二次封装。
安装
建议通过 composer 安装此扩展。
运行以下命令之一:
composer require --prefer-dist yuncms/framework
或者将以下内容添加到你的 composer.json 的 require
部分:
"yuncms/framework": "~1.0.0"
任务
* * * * * /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 *
许可协议
该包遵循 LGPL-3.0 许可协议。有关详细信息,请参阅附带文档 LICENSE.md。