russkin/imotivate-integration

imotivate integration module

dev-master 2016-02-15 10:44 UTC

This package is not auto-updated.

Last update: 2024-09-06 17:31:34 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(); ?>```