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: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- mledoze/countries: ~1.7
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-11-09 18:59:21 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.