beastbytes / country-helper
Country helper methods for formatting data
v1.0.0
2023-08-14 09:18 UTC
Requires
- php: ^8.0
- beastbytes/country-data: 1.0
Requires (Dev)
- beastbytes/country-data-php: 1.0
- consolidation/robo: ^4.0
- phpunit/phpunit: ^10.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2024-11-14 13:46:10 UTC
README
Provides helper methods for country data
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist beastbytes/country-helper
or add
"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