iso3166
iso3166 copied to clipboard
ISO 3166-1 PHP Library
The list of aliases is obviously missing the USA. Please include! Thanks!
Hi, In ISO 3166-1 many countries in the official standard use the definite article (the) in their name. An example is Korea (the Republic of) (alpha2 code KR) The ISO...
- fixed Czechia, should be Czech Republic - added adjectivals - added demonyms Based on https://en.wikipedia.org/wiki/List_of_adjectival_and_demonymic_forms_for_countries_and_nations
Hi there! What about that #86 ?
Having the language available for the country would be perfect similar to how currency is set using ISO-639 Language Codes. This is great for creating a default locale for the...
In most use cases the call is used once, why isn't the library making static calls? Like `ISO3166::alpha2(..)`. Creating an object every time seems quite cumbersome.
This is a big feature request, however it would be nice to be able to have some extra classes I could plug in to swap the country name into different...
I'm considering (either, or both) the following 2 options: - extend readme with some basic examples; - create api documentation and use the `gh-pages` branch.
Hello, Thanks for this useful library. As an improvement, would you consider it useful to also include extra flags for EEC members? https://www.government.nl/topics/european-union/eu-eea-efta-and-schengen-area-countries Cheers,
I made this package years ago under the `league` organization because someone suggested I do so, and I figured, why not. But at the same time I also maintain another...