{
"name": "peterkahl/country-info-multilingual",
"type": "library",
"description": "Converts country code to full name in many languages and can provide lots of other useful information.",
"keywords": ["i18n", "multilingual", "multilingual-websites", "geoip", "country"],
"homepage": "https://github.com/peterkahl/country-info-multilingual",
"license": "Apache-2.0",
"authors": [
{
"name": "Peter Kahl",
"email": "peter.kahl@colossalmind.com",
"homepage": "https://www.colossalmind.com/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {
"peterkahl\\Countries\\": "src/"
}
}
}
|