evidenze/country-code

An international telephone country code generator

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/evidenze/country-code

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

This package is not auto-updated.

Last update: 2026-01-18 12:08:16 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;