ddroche/yii2-jasper-actions

Jasper actions to use in yii2 applications

Maintainers

Package info

github.com/ddanielroche/yii2-jasper-actions

Type:yii2-extension

pkg:composer/ddroche/yii2-jasper-actions

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:24:55 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(); ?>```