ahyo / monexgrid
grid view for monex
dev-master
2019-09-04 04:30 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-04-04 18:46:03 UTC
README
grid view for monex
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ahyo/monexgrid "*"
or add
"ahyo/monexgrid": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ahyo\monexgrid\MonexGrid::widget(); ?>```