手机号码归属地

composer 获取

 

Yii配置

 hughcube/yii2-mobile-attribution 
 
 $config['components']['mobile_attribution'] = [
    'class' => 'hughcube\mobileAttribution\Component',
    'db' => 'db',
    'table' => 'mobile_attribution',
    'cache' => 'mobileAttributionCache'
]; 
 
 $config['bootstrap'][] = [
    'class' => 'hughcube\mobileAttribution\Bootstrap'
]; 
posted @ 2016-09-27 15:38  秋风落叶.  阅读(153)  评论(0编辑  收藏  举报