albertborsos/yii2-theme-helper

Helper classes for themes

Maintainers

Package info

github.com/albertborsos/yii2-theme-helper

pkg:composer/albertborsos/yii2-theme-helper

Statistics

Installs: 9 901

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.2 2019-02-28 09:16 UTC

This package is auto-updated.

Last update: 2026-03-01 00:24:31 UTC


README

Helper classes for themes

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist albertborsos/yii2-theme-helper "*"

or add

"albertborsos/yii2-theme-helper": "*"

to the require section of your composer.json file.

Usage

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

<?= \albertborsos\themehelper\AutoloadExample::widget(); ?>```