calibr/country-mobile-carriers
Composer 安装命令:
composer require calibr/country-mobile-carriers
包简介
Get list of mobile carriers by country code
README 文档
README
Install
composer require calibr/country-mobile-carriers
Usage
$carriers = CountryMobileCarriers::getList("RU"); /** * carriers array will look like this: * [ * [ * "name" => "Baykal Westcom", * "mcc" => 250, * "mnc" => 12 * ], * ... * ] */ // returns whole database as array, key is country code, value is list of carriers // in same format as in getList $allCarriers = CountryMobileCarriers::getAll();
Database is taken from http://mcc-mnc.com/.
统计信息
- 总下载量: 33
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-12-25