2017 © Pedro Peláez
 

library finzip

Finnish localities, street names and zip codes / Suomalaiset paikkakunnat, kadunnimet ja postinumerot

image

tangervu/finzip

Finnish localities, street names and zip codes / Suomalaiset paikkakunnat, kadunnimet ja postinumerot

  • Sunday, August 27, 2017
  • by tangervu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FinZip

Fetch and parse Finnish streetnames, zip codes and municipalities provided by Posti.fi. Also includes geocoder for geotagging addresses., (*1)

Installation

The recommended way to install FinZip is through Composer., (*2)

{
    "require": {
        "tangervu/finzip": "dev-master",
        "php-google-maps/php-google-maps": "dev-master"
    }
}

Examples

<?php
require 'vendor/autoload.php';
$finzip = new FinZip();

//Load list of localities
$localities = $finzip->getLocalities();
while($row = $localities->fetch()) {
    print_r($row);
}

//Load all Finnish street addresses and their zip codes
$streetnames = $finzip->getStreetnames();
while($row = $streetnames->fetch()) {
    print_r($row);
}

License

LGPL-3.0, (*3)

The Versions

27/08 2017

dev-master

9999999-dev https://github.com/tangervu/FinZip

Finnish localities, street names and zip codes / Suomalaiset paikkakunnat, kadunnimet ja postinumerot

  Sources   Download

LGPL-3.0

The Requires

 

geocoding city cities geocode locality osoite katu postinumero paikkakunta kaupunki itella