Download the PHP package diversen/intl-phone without Composer
On this page you can find all versions of the php package diversen/intl-phone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download diversen/intl-phone
More information about diversen/intl-phone
Files in diversen/intl-phone
Download diversen/intl-phone
More information about diversen/intl-phone
Files in diversen/intl-phone
Vendor diversen
Package intl-phone
Short Description Get intl dial code info from country code
License MIT
Homepage https://github.com/diversen/intl-phone
Package intl-phone
Short Description Get intl dial code info from country code
License MIT
Homepage https://github.com/diversen/intl-phone
Please rate this library. Is it a good library?
Informations about the package intl-phone
intl-phone
Get intl dial code info from country code (ISO 3166-1 alpha-2 code) See: https://en.wikipedia.org/wiki/ISO_3166-1
Install:
composer require diversen/intl-phone
Usage:
~~~.php include_once "vendor/autoload.php";
use \diversen\intl\phone;
$p = new phone(); $ary = $p->getCountryInformation('dk');
print_r($ary);
Yields:
Array
(
[country_name] => DENMARK
[dial_code] => 45
)
All versions of intl-phone with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package diversen/intl-phone contains the following files
Loading the files please wait ....