nozzha / nozzha-widgets
Yii2 - Nozzha Widgets
Package info
github.com/EmadOmar/nozzha-widgets
Type:yii2-extension
pkg:composer/nozzha/nozzha-widgets
dev-master
2015-02-14 11:43 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 00:10:21 UTC
README
Yii2 - Nozzha Widgets
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nozzha/nozzha-widgets "*"
or add
"nozzha/nozzha-widgets": "*"
to the require section of your composer.json file.
Usage
Firstly you should not forget:
<?php use nozzha\widgets\...; ?>