2017 © Pedro Peláez
 

library country-code

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

image

sukohi/country-code

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

  • Friday, September 23, 2016
  • by Sukohi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 690 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 17 % Grown

The README.md

CountryCode

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP, (*1)

Demo, (*2)

Installation

Execute composer command., (*3)

composer require sukohi/country-code:1.*

Usage

$country_code = new \Sukohi\CountryCode\CountryCode();
$mode = 'alpha-2';  // or alpha-3, numeric (skippable)

// Array
$country_data = $country_code->getArray($mode);
print_r($country_data);

// Country Name
$key = 'US';
$mode = 'alpha-2';  // or alpha-3, numeric (skippable)
$locale = 'en';     // (skippable)
echo $country_code->countryName($key, $mode, $locale);  // United States

Contribution

If you can translate country names to your mother language, please add the names in assets/csv/country_codes.csv.
And I'm glad if you would create a pull request.
Thank you!, (*4)

License

This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh, (*5)

The Versions

23/09 2016

1.0.x-dev

1.0.9999999.9999999-dev

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

  Sources   Download

MIT

by Avatar Sukohi

23/09 2016

dev-master

9999999-dev

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

  Sources   Download

MIT

by Avatar Sukohi

23/09 2016

1.0.1

1.0.1.0

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

  Sources   Download

MIT

by Avatar Sukohi

09/09 2016

1.0.0

1.0.0.0

Country codes based on iso 3166-1 like country name, alpha-2 code, alpha-3 code or numeric code for PHP

  Sources   Download

MIT

by Avatar Sukohi