ninazu/yii2-snapshot

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

snapshot global variable

Installs: 105

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/ninazu/yii2-snapshot

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(); ?>```