sokil/php-isocodes-db-i18n
Lightweight PHP library bundling ISO Codes database with i18n support. Look up ISO country, language, script and currency codes and get localized names via simple API. Useful for forms, dropdowns, validation and locale-aware apps.
This repository contains database with localized values of ISO country (ISO 3166-1), subdivision (ISO 3166-2), language (ISO 639-3), currency (ISO 4217) and scripts (ISO 15924). To get this database only without localized values, see sokil/php-isocodes-db-only.
:1234: Database version: v4.19.0-64-gbd152c00 from 2025-12-02 04:19
Database updated at 2-nd day of every month.
Details about library you may find in sokil/php-isocodes repository.
To install "sokil/php-isocodes" library with full database and i18n files:
composer require sokil/php-isocodes sokil/php-isocodes-db-i18n
You may also install "sokil/php-isocodes" with only database (no i18n will be available):
composer require sokil/php-isocodes sokil/php-isocodes-db-only
Database and internationalisation files updated at 2-nd day of every month. If you prefer to update more often, you may use just "sokil/php-isocodes" library and tune update of database and i18n by yourself:
composer require sokil/php-isocodes
To setup manual update please read instruction.
How can I help you explore Laravel packages today?