yanhuoyiran / zmxy
芝麻信用
1.2.1
2019-01-07 08:16 UTC
Requires
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-09 19:59:39 UTC
README
芝麻信用
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yanhuoyiran/zmxy "*"
or add
"yanhuoyiran/zmxy": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \zmxy\AutoloadExample::widget(); ?>```