2017 © Pedro Peláez
 

symfony-bundle gisgraphy-bundle

Gisgraphy - Geocode webservice wrapper.

image

wikibusiness/gisgraphy-bundle

Gisgraphy - Geocode webservice wrapper.

  • Wednesday, July 1, 2015
  • by mrbase
  • Repository
  • 4 Watchers
  • 0 Stars
  • 696 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GisgraphyBundle

This is a simple Symfony wrapper for parsing address data from gisgraphy., (*1)

Installation

Install is done via composer:, (*2)

$ composer require wikibusiness/gisgraphy-bundle

Usage

$address     = '1600 Amphitheatre Parkway Mountain View CA';
$countryCode = 'us';

$gis        = new Gisgraphy($address, $countryCode);
$gisAddress = $gis->decode();

var_dump($gisAddress);
var_dump($gisAddress->toArray());
var_dump($gisAddress->getKeys());
var_dump($gisAddress->getZipcode());

The Versions

01/07 2015

dev-master

9999999-dev https://github.com/wikibusiness/gisgraphy-bundle

Gisgraphy - Geocode webservice wrapper.

  Sources   Download

MIT

The Requires

 

by Hasse Ramlev Hansen

symfony gis gisgraphy

25/06 2015

0.1

0.1.0.0 https://github.com/wikibusiness/gisgraphy-bundle

Gisgraphy - Geocode webservice wrapper.

  Sources   Download

MIT

The Requires

 

by Hasse Ramlev Hansen

symfony gis gisgraphy