maxmind / GeoIP2-php

PHP API for GeoIP2 webservice client and database reader
https://maxmind.github.io/GeoIP2-php/
Apache License 2.0
2.33k stars 276 forks source link

Country Name from Iso #96

Closed shahroq closed 7 years ago

shahroq commented 7 years ago

Hi, Is there a built-in method to find country name from iso code?

oschwald commented 7 years ago

No, the database and library only support lookups based on IP. I would suggest looking at julien-c/iso3166.