albertborsos/yii2-theme-helper

Helper classes for themes

Installs: 9 631

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/albertborsos/yii2-theme-helper

0.2.2 2019-02-28 09:16 UTC

This package is auto-updated.

Last update: 2025-09-29 00:33:29 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(); ?>```