evidenze/country-code

An international telephone country code generator

Maintainers

Package info

github.com/evidenze/country-code

pkg:composer/evidenze/country-code

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-15 12:49:55 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;