msholeh980 / yii2-helloworld
Simple Yii2-extension
Package info
github.com/msholeh980/yii2-helloworld
Type:yii2-extension
pkg:composer/msholeh980/yii2-helloworld
dev-master
2015-10-22 04:38 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-04-29 00:53:41 UTC
README
Simple Yii2-extension
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require msholeh980/yii2-helloworld "dev-master"
or add
"msholeh980/yii2-helloworld": "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?php
use msholeh980\helloworld\Helloworld;
echo Helloworld::widget();
?>