antonienko/mledoze-countries-phpwrapper

Php Wrapper for the json data from mledoze/countries library

Installs: 2 757

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/antonienko/mledoze-countries-phpwrapper

dev-master 2015-08-04 08:42 UTC

This package is not auto-updated.

Last update: 2025-09-27 23:10:28 UTC


README

Wrapper around the json data of the countries data library by mledoze

##Installation ###Composer This library is available in packagist.org, you can add it to your project via Composer.

In the "require" section of your composer.json file:

Always up to date (bleeding edge, API not guaranteed stable)

"antonienko/mledoze-countries-phpwrapper": "dev-master"

Specific minor version, API stability

"antonienko/mledoze-countries-phpwrapper": "1.0.*"

##Sample Usage

use antonienko\MledozeCountriesPhpWrapper\CountriesWrapper;

$country_data_service = new CountriesWrapper();
$country_list = $country_data_service->countryList();

##License Information Licensed under The MIT License (MIT). See the LICENSE file for more details.