ahyo/monexgrid

grid view for monex

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2019-09-04 04:30 UTC

This package is auto-updated.

Last update: 2024-10-04 15:20:53 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(); ?>```