ninazu/yii2-snapshot

This package is abandoned and no longer maintained. No replacement package was suggested.

snapshot global variable

dev-master 2016-01-20 17:02 UTC

This package is not auto-updated.

Last update: 2018-04-28 13:50:47 UTC


README

snapshot global variable

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ninazu/yii2-snapshot "*"

or add

"ninazu/yii2-snapshot": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ninazu\snapshot\AutoloadExample::widget(); ?>```