calibr / country-mobile-carriers
Get list of mobile carriers by country code
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/calibr/country-mobile-carriers
This package is not auto-updated.
Last update: 2025-10-01 23:35:10 UTC
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/.