russkin / imotivate-integration
imotivate integration module
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/russkin/imotivate-integration
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-10-03 22:43:27 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(); ?>```