Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sokil/php-isocodes-db-i18n
https://github.com/sokil/php-isocodes-db-i18n
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sokil/php-isocodes-db-i18n
- Owner: sokil
- License: mit
- Created: 2021-10-22T19:34:10.000Z (about 3 years ago)
- Default Branch: 4.0
- Last Pushed: 2024-10-02T04:09:16.000Z (about 1 month ago)
- Last Synced: 2024-10-09T21:00:25.397Z (about 1 month ago)
- Language: PHP
- Size: 38.1 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stand With Ukraine
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
----
# Database for PHP-ISOCODES library
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](https://github.com/sokil/php-isocodes-db-only).[![Latest Stable Version](https://poser.pugx.org/sokil/php-isocodes-db-i18n/v/stable.png)](https://packagist.org/packages/sokil/php-isocodes-db-i18n)
[![Total Downloads](http://img.shields.io/packagist/dt/sokil/php-isocodes-db-i18n.svg?1)](https://packagist.org/packages/sokil/php-isocodes-db-i18n)
[![Daily Downloads](https://poser.pugx.org/sokil/php-isocodes-db-i18n/d/daily)](https://packagist.org/packages/sokil/php-isocodes-db-i18n/stats):1234: Database version: v4.16.0-103-gc8754242 from 2024-09-02 04:01
Database updated at 2-nd day of every month.
## PHP-ISOCODES library
Details about library you may find in [sokil/php-isocodes](https://github.com/sokil/php-isocodes) repository.
## Installation
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](https://github.com/sokil/php-isocodes#library-with-manual-database-update).