alcohol / iso3166

A PHP library providing ISO 3166-1 data.
https://iso3166.thephpleague.com
MIT License
640 stars 59 forks source link

I suggest changing the source also to my repo where I keep the updated list from iso.org #104

Closed detrin closed 3 weeks ago

detrin commented 3 weeks ago

I prepared a repo where you can use the CLI to fetch the newest ISO 3166 list or use the countries.json file. https://github.com/detrin/download-iso3166-list

detrin commented 3 weeks ago

I guess you want to update it manually. Would you at least comment on it? @alcohol

ISO 3166-1 updates from time to time. I suggest having at least a github action that would check your data against the iso.org list

See https://github.com/thephpleague/iso3166/issues/7 which is not 100% related, but the idea is similar