beastbytes/country-helper

Country helper methods for formatting data

Maintainers

👁 BeastBytes

Package info

github.com/beastbytes/country-helper

pkg:composer/beastbytes/country-helper

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2023-08-14 09:18 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause e3fda06bc9c939723e7b0aee62ee895de411b9b8

  • Chris Yates <chris.l.yates.woop@gmail.com>

helpercountry

This package is auto-updated.

Last update: 2026-06-14 17:15:21 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