calibr/country-mobile-carriers

此包的最新版本(1.0)没有可用的许可信息。

按国家代码获取移动运营商列表

1.0 2015-12-25 19:46 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:40:12 UTC


README

安装

composer require calibr/country-mobile-carriers

使用方法

$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();

数据库来源于http://mcc-mnc.com/