stefangabos / world_countries

Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP, SQL and XML formats, in multiple languages and with national flags included; also available are the ISO 3166-2 codes of provinces/ states associated with the countries
http://stefangabos.github.io/world_countries/
Other
1.39k stars 378 forks source link

PHP version - composer package #43

Closed piotrpog closed 3 years ago

piotrpog commented 3 years ago

I think it would be usefll if we could just install country list into our projects using composer.

stefangabos commented 3 years ago

done; see here use with composer require stefangabos/world_countries

stefangabos commented 3 years ago

is it working?