rsiripong / yii2-scbfund
scbfund
Package info
github.com/rsiripong/yii2-scbfund
Type:yii2-extension
pkg:composer/rsiripong/yii2-scbfund
dev-master
2018-05-19 00:49 UTC
Requires
- kartik-v/yii2-grid: @dev
- kartik-v/yii2-nav-x: @dev
- kartik-v/yii2-widgets: @dev
- miloschuman/yii2-highcharts-widget: ^5.0
- moonlandsoft/yii2-phpexcel: *
- rsiripong/yii2-juidatepicker: @dev
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-httpclient: ~2.0.0
- yiisoft/yii2-jui: @dev
This package is not auto-updated.
Last update: 2026-03-09 15:29:30 UTC
README
scbfund
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rsiripong/yii2-scbfund "*"
or add
"rsiripong/yii2-scbfund": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \rsiripong\scbfund\AutoloadExample::widget(); ?>```