证据/国家代码

国际电话国家代码生成器

dev-master 2018-02-13 19:14 UTC

This package is not auto-updated.

Last update: 2024-09-29 04:49:38 UTC


README

Build Status

安装

composer require evidenze/country-code

用法

use Evidenze\CountryCode;


/**
* The code below will return +234
* Replace NIGERIA with any other country in Africa to get the country code
*/
$nigeria = CountryCode::NIGERIA;