ddroche/yii2-jasper-actions

Jasper actions to use in yii2 applications

dev-master 2018-04-25 20:08 UTC

This package is auto-updated.

Last update: 2024-05-29 04:15:12 UTC


README

Jasper actions to use in yii2 applications

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ddroche/yii2-jasper-actions "*"

or add

"ddroche/yii2-jasper-actions": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \ddroche\jasperactions\AutoloadExample::widget(); ?>```