linil/linil-yii2

linil's Library of Yii2 Extensions

Maintainers

Package info

github.com/linil/linilYii2

pkg:composer/linil/linil-yii2

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-08-09 15:19 UTC

This package is not auto-updated.

Last update: 2026-05-10 02:30:14 UTC


README

linil's Library of Yii2 Extensions

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist linil/linil-yii2 "*"

or add

"linil/linil-yii2": "*"

to the require section of your composer.json file.

Usage

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

<?= \linil\linilYii2\AutoloadExample::widget(); ?>```