msholeh980/yii2-helloworld

Simple Yii2-extension

dev-master 2015-10-22 04:38 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:32 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();
?>