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
- Host: GitHub
- URL: https://github.com/beastbytes/country-helper
- Owner: beastbytes
- License: other
- Created: 2023-08-14T10:57:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T10:59:09.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T15:55:03.329Z (over 1 year ago)
- Language: PHP
- 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 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