https://github.com/beastbytes/country-data
Interface for retrieving country data
https://github.com/beastbytes/country-data
Last synced: 3 months ago
JSON representation
Interface for retrieving country data
- Host: GitHub
- URL: https://github.com/beastbytes/country-data
- Owner: beastbytes
- License: other
- Created: 2023-08-12T11:44:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T14:56:18.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T19:54:45.808Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Country Data (country-data)
Interface for retrieving country data.## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/country-data
```or add
```json
"beastbytes/country-data": "^1.0.0"
```to the require section of your composer.json.