alcohol / iso3166

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

Region, sub-region and region codes #40

Closed OzzyCzech closed 6 months ago

OzzyCzech commented 6 years ago

Hi there,

will be possible add region, sub-region and region codes?

There are some great resources about that: https://github.com/lukes/ISO-3166-Countries-with-Regional-Codes

Roman

alexander-schranz commented 6 years ago

I also built a resource for subdivisions: https://github.com/alexander-schranz/iso-3166-2

alcohol commented 6 years ago

This package was originally put together to only offer 3166-1 data. I do confess the name of this package was perhaps a poor choice in hindsight regarding that. I am not sure how much work it would be to supplement the existing data with 3166-2 (and maybe even 3166-3 potentially). On top of that, it would have to be kept up to date, which is probably an even bigger task. I am not sure I have the time for either :-(

OzzyCzech commented 6 months ago

ok, thanks