sokil/php-isocodes
PHP library for ISO code datasets with localized names: countries (ISO 3166-1/2/3), currencies (ISO 4217), languages (ISO 639-3) and scripts (ISO 15924). Supports Gettext or Symfony Translation drivers, with locale configuration.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sokil/php-isocodes-db-only | 0.85 | Database-only package for sokil/php-isocodes: ISO 3166-1 countries, 3166-2 subdivisions, 639-3 languages, 4217 currencies, and 15924 scripts. No i18n/localized names. Updated monthly (2nd day). | 3 | 3 | 0 | 30K | 0 | 10.7 | 57.2 | MIT | 7 months ago | |
| lwwcas/laravel-countries | 0.85 | — | 131 | 128 | 39 | 3K | 3 | 28.6 | 22.3 | MIT | 3 weeks ago | |
| prinsfrank/standards | 0.84 | Daily-updated PHP 8.1+ enum collection of international standards (ISO, IANA, SIX, Library of Congress, etc.). Easy Composer install, strong typing for codes like countries, currencies, languages, and more—kept current via automated upstream sync. | 484 | 485 | 17 | 61K | 0 | 32.4 | 34.1 | MIT | 1 week ago | |
| io238/laravel-iso-countries | 0.84 | — | 57 | 57 | 14 | 4K | 3 | 18.3 | 29.4 | MIT | 4 months ago | |
| arthurydalgo/laravel-iso-countries | 0.84 | Laravel package (fork) providing ISO 3166 countries, ISO 639 languages, and ISO 4217 currencies via ready-to-use models backed by a bundled SQLite database. Includes localized names and relationships (countries↔languages/currencies). Supports Laravel 11/12, PHP 8+. | 0 | 0 | 1 | 5K | 0 | 0.1 | 50.7 | MIT | — | |
| sokil/php-isocodes-db-i18n | 0.84 | 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. | 6 | 6 | 2 | 57K | 1 | 16.8 | 57.7 | MIT | 7 months ago | |
| laravel-lang/native-country-names | 0.83 | Laravel package providing country names in their native languages for localized UIs and forms. Part of the Laravel Lang ecosystem, install via Composer and use alongside your app’s localization setup. MIT licensed. | 7 | 7 | 2 | 441K | 0 | 16.7 | 61.6 | MIT | 4 months ago | |
| yayann/laravel-countries | 0.83 | — | 1 | 2 | 0 | 0 | 0 | 0.6 | — | MIT | 11 years ago | |
| alcohol/iso4217 | 0.83 | Lightweight PHP library with ISO 4217 currency data. Look up currencies by alpha-3 (e.g., EUR) or numeric code (978), or retrieve the full list, including name, minor unit exponent, and associated country codes. | 149 | 154 | 26 | 259K | 3 | 14.2 | 48.3 | MIT | 7 months ago | |
| umpirsky/language-list | 0.83 | Provides language name lists in many locales (ISO-based), ready for PHP apps. Includes localized language names and easy lookup, useful for forms, selectors, and internationalized UIs, with data sourced from standards/CLDR and kept up to date. | 553 | 555 | 220 | 15K | 2 | 9.8 | 19.9 | MIT | — | |
| webpatser/laravel-countries | 0.81 | — | 847 | 863 | 227 | 47K | 0 | 26.1 | 27.3 | MIT | 3 months ago | |
| drnd-dev/laravel-countries | 0.81 | — | 0 | 0 | 0 | 409 | 0 | 16.3 | 41.1 | MIT | 3 months ago | |
| pragmarx/countries | 0.81 | — | 1,932 | 1,941 | 300 | 43K | 68 | 49.5 | 46.3 | BSD-3-Clause | 4 months ago | |
| league/iso3166 | 0.80 | PHP library providing up-to-date ISO 3166-1 country data. Look up countries by name, alpha-2, alpha-3, or numeric code and get normalized details like country name, codes, and currency information. | 699 | 705 | 68 | 696K | 9 | 24.1 | 49.0 | MIT | 7 months ago | |
| pollsar/world | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| giggsey/locale | 0.80 | Up-to-date Unicode CLDR locale data packaged as native PHP arrays. Created to avoid requiring the PHP intl extension and to provide newer locale data than many operating systems ship. Used primarily by libphonenumber-for-php (GeoCoder support). | 632 | 635 | 11 | 3M | 0 | 21.3 | 56.7 | MIT | 5 months ago | |
| umpirsky/currency-list | 0.80 | Provides up-to-date lists of world currencies for PHP apps, extracted from CLDR. Includes currency codes, names and symbols in many locales, easy to install via Composer and use for dropdowns, validation, and formatting. | 326 | 326 | 112 | 24K | 4 | 6.0 | 26.5 | MIT | — | |
| aaix/laravel-countries | 0.80 | Modern Laravel country-data package with zero-touch install, auto-loaded migrations, and idempotent seeders to keep tables and rows in sync on every deploy. Includes regions, countries, language translations, and native_name. Compatible with lwwcas schema/models. | 0 | 0 | 0 | 21 | 1 | 0.1 | 18.5 | MIT | — | |
| ferdirn/laravel-id-countries | 0.79 | Laravel package to create and seed a countries table with global country data: name, ISO code, capital, currency, and calling code. Includes artisan commands to generate migrations and a seeder for quick setup in your app. | 5 | 7 | 0 | 1 | 1 | 0.1 | 0.9 | MIT | — | |
| bretterer/iso_duration_converter | 0.79 | Lightweight PHP helper to convert ISO 8601 duration strings (e.g., PT1H30M, P2DT3H) into usable values like seconds or formatted time. Handy for parsing API durations, validating inputs, and normalizing durations in Laravel or any PHP app. | 27 | 27 | 1 | 10K | 0 | 0.5 | 35.5 | — | 10 years ago |
How can I help you explore Laravel packages today?