marshmeloo/yii2-gapi

Chart on sessions

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/marshmeloo/yii2-gapi

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

This package is not auto-updated.

Last update: 2025-09-27 22:43:41 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(); ?>```