duongnh / yii2-dnhcore
My extention core Description
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:yii2-extension
pkg:composer/duongnh/yii2-dnhcore
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-01-09 04:34:09 UTC
README
My extention core Description
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist duongnh/yii2-dnhcore "*"
or add
"duongnh/yii2-dnhcore": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \duongnh\dnhcore\AutoloadExample::widget(); ?>```