russkin / imotivate-integration
imotivate integration module
dev-master
2016-02-15 10:44 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-01-10 19:26:05 UTC
README
imotivate integration module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist russkin/imotivate-integration "*"
or add
"russkin/imotivate-integration": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \russkin\imotivateintegration\AutoloadExample::widget(); ?>```