klintlili / yii2-mobilequery
yii2 extension for mobile phone number attribution inquiry
Package info
github.com/klintlili/yii2-study
Type:yii2-extension
pkg:composer/klintlili/yii2-mobilequery
dev-master
2017-10-27 12:13 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-14 19:53:54 UTC
README
yii2 extension for mobile phone number attribution inquiry
Explain
这是我自己的第一个扩展
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist klintlili/yii2-mobilequery "*"
or add
"klintlili/yii2-mobilequery": "*"
to the require section of your composer.json file.
config
'components' => [
...
'modules'=>[
...
'mobilequery' => [
'class' => 'klintlili\mobileQuery\Module',
]
...
]
...
]
Usage
Once the extension is installed, simply use it in your browser by :
http://localhost/yii2/frontend/web/mobilequery/default/index
