evidenze/country-code

An international telephone country code generator

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

This package is not auto-updated.

Last update: 2024-06-09 03:13:35 UTC


README

Build Status

Installation

composer require evidenze/country-code

Usage

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;