testyii/yii2-testyii

create extention test for learn

Maintainers

Package info

github.com/bahadorkhan/yiilearn_test

Type:yii2-extension

pkg:composer/testyii/yii2-testyii

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2016-07-25 20:52 UTC

This package is not auto-updated.

Last update: 2026-03-22 17:35:12 UTC


README

create extention test for learn

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"testyii/yii2-testyii": "*"

to the require section of your composer.json file.

Usage

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

<?= \testyii\test\Yiitest::widget(); ?>```