dev-master
9999999-devPhp Wrapper for the json data from mledoze/countries library
MIT
The Requires
- php >=5.4
- mledoze/countries ~1.7
The Development Requires
countries
Php Wrapper for the json data from mledoze/countries library
Wrapper around the json data of the countries data library by mledoze, (*1)
This library is available in packagist.org, you can add it to your project via Composer., (*2)
In the "require" section of your composer.json file:, (*3)
Always up to date (bleeding edge, API not guaranteed stable), (*4)
"antonienko/mledoze-countries-phpwrapper": "dev-master"
Specific minor version, API stability, (*5)
"antonienko/mledoze-countries-phpwrapper": "1.0.*"
use antonienko\MledozeCountriesPhpWrapper\CountriesWrapper; $country_data_service = new CountriesWrapper(); $country_list = $country_data_service->countryList();
Licensed under The MIT License (MIT). See the LICENSE file for more details., (*6)
Php Wrapper for the json data from mledoze/countries library
MIT
countries