https://github.com/beastbytes/country-data-php
Implementation of country-data to retrieve country data from PHP storage.
https://github.com/beastbytes/country-data-php
Last synced: 4 months ago
JSON representation
Implementation of country-data to retrieve country data from PHP storage.
- Host: GitHub
- URL: https://github.com/beastbytes/country-data-php
- Owner: beastbytes
- License: other
- Created: 2023-08-12T12:05:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T08:19:56.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T19:54:45.752Z (6 months ago)
- Language: PHP
- Size: 1.45 MB
- 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 PHP (country-data-php)
Implementation of country-data to retrieve country data from PHP storage.## 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-php
```or add
```json
"beastbytes/country-data-php": "^1.0"
```to the require section of your composer.json.