php-isocodes icon indicating copy to clipboard operation
php-isocodes copied to clipboard

:star: PHP library providing ISO codes with localization: country (ISO 3166-1), subdivision (ISO 3166-2), language (ISO 639-3), currency (ISO 4217) and scripts (ISO 15924)

Results 9 php-isocodes issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for the library, it has been pretty useful. I just have one question... Would it be possible to "expose" the json file loader? I'd like to overwrite it...

enhancement

I am using a windows development machine with > PHP 8.0.2 (cli) (built: Feb 3 2021 18:36:40) ( ZTS Visual C++ 2019 x64 ) > Copyright (c) The PHP Group...

https://tools.ietf.org/html/rfc5646.html ``` langtag = language ["-" script] language = 2*3ALPHA ; shortest ISO 639 code ["-" extlang] ; sometimes followed by ; extended language subtags / 4ALPHA ; or reserved...

Strange locale code: https://github.com/sokil/php-isocodes/tree/3.0/messages/iso_3166-3t/LC_MESSAGES

Add minor value number count Dataproviders: https://www.currency-iso.org/dam/downloads/lists/list_one.xml http://source.icu-project.org/repos/icu/icu/tags/release-57-1/source

Got this error in my XAMPP dev environment after running: ``` composer require --dev sokil/php-isocodes-db-only ``` And calling the library with the following code from the docs: ``` $isoCodes =...