antonienko/mledoze-countries-phpwrapper

Php Wrapper for the json data from mledoze/countries library

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

This package is not auto-updated.

Last update: 2024-04-13 16:00:18 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.