alcohol / iso3166

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

XK is missing #101

Open Najada opened 4 months ago

Najada commented 4 months ago

XK is missing, which is the code of Kosovo. Would it be possible to add it?

alcohol commented 4 months ago

It's part of the user assigned codes, which so far I have intentionally not implemented.

https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#User-assigned_code_elements

I can add a decorator that offers the extended codes, similar to how the aliases decorator works (but different).