Download the PHP package rebilly/country without Composer
On this page you can find all versions of the php package rebilly/country. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rebilly/country
More information about rebilly/country
Files in rebilly/country
Package country
Short Description country
License MIT
Homepage https://github.com/rebilly/country/
Informations about the package country
Country Project
Overview
This project manages Country information as Value Objects.
Installation
Simply add a dependency on rebilly/country
to your project's composer.json
file if you use Composer to manage the dependencies of your project.
Classes / Objects
Country
A value object representing a country.
The identifiers are ISO 3166-1 codes (alphabetic and numeric).
The currency values used are ISO 4217 codes.
CountryRepository
The Repository contains a collection of Country objects with the ability to find Countries based on several of the attributes.
AdministrativeArea
A value object representing a province/state/territory/region. Because there is inconsistent naming from country to country, we use the term Administrative Area.
The identifiers are ISO 3166-2 codes (alphabetic and numeric).
AdministrativeAreaRepository
The Repository contains a collection of AdministrativeArea objects with the ability to find AdministrativeAreas based on several of the attributes or by Country.
Usage
Tests
Security
If you discover a security vulnerability, please report it to security at rebilly dot com.
License
The Country library is open-sourced under the MIT License distributed with the software.
All versions of country with dependencies
ext-json Version *
ext-iconv Version *