davidxu / yii2-base
This is a base library with set of foundation classes and components used by all Yii2 extensions by David Xu.
Installs: 47
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4.0
- ext-bcmath: *
- fortawesome/font-awesome: ^5.15
- npm-asset/cropperjs: ^1.5.12
- npm-asset/fancyapps--ui: ^4.0
- npm-asset/jquery-cropper: ^1.0
- npm-asset/jquery-migrate: ^3.4
- npm-asset/jquery-sortablejs: ^1.6
- npm-asset/qiniu-js: ^3.4
- npm-asset/sweetalert2: ^11.4
- qiniu/php-sdk: ^7.6
- ramsey/uuid: ^4.0
- yiisoft/yii2: ^2.0.13
- yiisoft/yii2-bootstrap4: ^2.0
- yiisoft/yii2-imagine: ^2.3.0
Requires (Dev)
- phpunit/phpunit: ^6.0
Suggests
- npm-asset/qiniu-js: ^3.4
- php-ffmpeg/php-ffmpeg: ^1.0
README
This is a base library with set of foundation classes and components used by all Yii2 extensions by David Xu.
One can use this base library during creation of one's own extensions if needed.
NOTE: This extension depends on the yiisoft/yii2-bootstrap4 and other extensions. Check the composer.json for this extension's requirements and dependencies.
Why this extension?
To ensure a leaner code base
Either run
$ php composer.phar require davidxu/yii2-base
or add
"davidxu/yii2-base": "*"
to the require
section of your composer.json
file.
For extension sweetalert2, please refer to SweetAlert2.md
.
License
yii2-base is released under the MIT License. See the LICENSE.md
for details.