alcohol / iso3166

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

Added method ISO3166DataProvider::alpha #97

Closed wimski closed 2 months ago

alcohol commented 2 months ago

This looks to me like simply a convenience helper function in case you do not know if your input/data is alpha 2 or alpha 3? I would rather keep this library as simple and "dumb" as possible. If you need a way to guess whether your data is alpha 2 or alpha 3, I suggest you write a helper function in your codebase, similar to what you did here.