antonienko / mledoze-countries-phpwrapper
Php Wrapper for the json data from mledoze/countries library
dev-master
2015-08-04 08:42 UTC
Requires
- php: >=5.4
- mledoze/countries: ~1.7
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-01-18 19:51:57 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.