marshmeloo / yii2-gapi
Chart on sessions
dev-master
2014-11-02 10:46 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 01:51:06 UTC
README
Chart on sessions
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist marshmeloo/yii2-gapi "*"
or add
"marshmeloo/yii2-gapi": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \marshmeloo\gapi\AutoloadExample::widget(); ?>```