2017 © Pedro Peláez
 

library zippopotamus

A PHP library for Zippopotam.us API

image

zippopotamus/zippopotamus

A PHP library for Zippopotam.us API

  • Sunday, March 30, 2014
  • by tom_anderson
  • Repository
  • 1 Watchers
  • 4 Stars
  • 731 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Zippopotamus PHP Library

A library to abstract the Zippopotamus API, (*1)

Installation

  1. edit composer.json file with following contents:, (*2)

    json "require": { "zippopotamus/zippopotamus": "dev-master" }, (*3)

  2. install composer via curl -s http://getcomposer.org/installer | php (on windows, download http://getcomposer.org/installer and execute it with PHP)
  3. run php composer.phar install

Use

use Zippopotamus\Service\Zippopotamus;

$result = Zippopotamus::code($countryCode, $postalCode);

$result = Zippopotamus::place($countryCode, $state, $city);

$result = Zippopotamus::nearby($countryCode, $postalCode);

The Versions

30/03 2014

dev-master

9999999-dev http://www.zippopotam.us

A PHP library for Zippopotam.us API

  Sources   Download

MIT

The Requires

 

city country state zipcode

30/03 2014

0.9.0

0.9.0.0 http://www.zippopotam.us

A PHP library for Zippopotam.us API

  Sources   Download

MIT

The Requires

 

city country state zipcode