alcohol / iso3166

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

Add Country class #32

Closed hughgrigg closed 7 years ago

hughgrigg commented 7 years ago

This adds an object-oriented option which gives instances of a Country class to complement the existing associative array version. Otherwise it behaves the same.

Some users might prefer this option.

alcohol commented 7 years ago

Sorry, this does not belong here. This package offers data only. How the end-user wants to model it, is their responsibility.