2017 © Pedro Peláez
 

library country-list

List of all countries with names and ISO 3166-1 codes in many languages and data formats

image

openclerk/country-list

List of all countries with names and ISO 3166-1 codes in many languages and data formats

  • Friday, February 20, 2015
  • by soundasleep
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,906 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

openclerk/country-list

List of all countries with names and ISO 3166-1 codes in many languages and many data formats., (*1)

This uses all of the ICU data from umpirsky/country-list but reduces the size of the component by:, (*2)

  • Not including language dialects (e.g. just en rather than en_GB, en_AU, en_NZ, ...)
  • Only including ISO 639-1 languages, which covers the world major's languages
  • Not including CLDR data, which includes country codes such as Unknown or Invalid Region (ZZ)

Installing

Include openclerk/country-list as a requirement in your project composer.json, and run composer update to install it into your project:, (*3)

{
  "require": {
    "openclerk/country-list": "~1.0"
  }
}

You can then import the files through a number of different ways, e.g., (*4)

require(__DIR__ . "/vendor/openclerk/country-list/country/en/country.txt");

Building

Building requires composer and grunt:, (*5)

npm install
composer update
grunt

The Versions

20/02 2015

dev-master

9999999-dev

List of all countries with names and ISO 3166-1 codes in many languages and data formats

  Sources   Download

The Development Requires

20/02 2015

1.0.0

1.0.0.0

List of all countries with names and ISO 3166-1 codes in many languages and data formats

  Sources   Download

The Development Requires