test this extension

how to test this git hub

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist mohammad/yii2-test "*"

or add

"mohammad/yii2-test": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \mohammad\testyii\AutoloadExample::widget(); ?>```