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

https://github.com/beastbytes/country-helper

Helper methods for formatting country data
https://github.com/beastbytes/country-helper

Last synced: about 1 year ago
JSON representation

Helper methods for formatting country data

Awesome Lists containing this project

README

          

# Country Helper (country-helper)
Provides helper methods for 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-helper
```

or add

```json
"beastbytes/country-helper": "^1.0"
```

to the require section of your composer.json.

A CountryDataInterface implementation is also required, e.g. beastbytes/country-data-php