2017 © Pedro Peláez
 

library country-mobile-carriers

Get list of mobile carriers by country code

image

calibr/country-mobile-carriers

Get list of mobile carriers by country code

  • Friday, December 25, 2015
  • by calibr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Returns list of mobile carriers for specific country

Install

composer require calibr/country-mobile-carriers, (*1)

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/., (*2)

The Versions

25/12 2015

dev-master

9999999-dev

Get list of mobile carriers by country code

  Sources   Download

by Avatar calibr

25/12 2015

1.0

1.0.0.0

Get list of mobile carriers by country code

  Sources   Download

by Avatar calibr

25/12 2015

0.9

0.9.0.0

Get list of mobile carriers by country code

  Sources   Download

by Avatar calibr