2017 © Pedro PelĂĄez
 

library mledoze-countries-phpwrapper

Php Wrapper for the json data from mledoze/countries library

image

antonienko/mledoze-countries-phpwrapper

Php Wrapper for the json data from mledoze/countries library

  • Tuesday, August 4, 2015
  • by antonienko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,104 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MledozeCountriesPhpWrapper

Wrapper around the json data of the countries data library by mledoze, (*1)

Installation

Composer

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.*"

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., (*6)

The Versions

04/08 2015

dev-master

9999999-dev

Php Wrapper for the json data from mledoze/countries library

  Sources   Download

MIT

The Requires

 

The Development Requires

countries