thinker-g / yii2-helpers
thinker-g扩展的辅助类
v1.3.0
2015-09-11 17:37 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-25 15:13:51 UTC
README
thinker-g扩展的辅助类。
安装
安装此扩展的首选方式是通过composer。
运行以下命令
php composer.phar require --prefer-dist thinker-g/yii2-helpers "*"
或者在您的composer.json
文件的require部分添加以下内容:
"thinker-g/yii2-helpers": "*"
使用方法
此扩展中的大多数类都是抽象的,它们在使用时需要被扩展。