msholeh980/yii2-helloworld

Simple Yii2-extension

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/msholeh980/yii2-helloworld

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

This package is auto-updated.

Last update: 2025-12-29 01:58:10 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();
?>