An open API service indexing awesome lists of open source software.

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.

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.