ninazu / yii2-snapshot
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
Requires
- yiisoft/yii2: *
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(); ?>```