msholeh980/yii2-helloworld

Simple Yii2-extension

Maintainers

Package info

github.com/msholeh980/yii2-helloworld

Wiki

Type:yii2-extension

pkg:composer/msholeh980/yii2-helloworld

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

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();
?>