marshmeloo/yii2-gapi

Chart on sessions

dev-master 2014-11-02 10:46 UTC

This package is not auto-updated.

Last update: 2024-06-08 15:54: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(); ?>```