2017 © Pedro PelĂĄez
 

library urbis-php

A php class for UrbIS Geolocalization services

image

ici-brussels/urbis-php

A php class for UrbIS Geolocalization services

  • Sunday, November 5, 2017
  • by aKKennedy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

urbis-php

UrbISŸ© comprises a set of geographical databases of the Brussels-Capital Region and online services enabling the convenient use of these data., (*1)

urbis-php gives developpers a tool to use it easily with PHP., (*2)

Install

The tool only requires PHP 7.0+ and guzzlehttp/guzzle., (*3)

Use it via composer + packagist: https://packagist.org/packages/ici-brussels/urbis-php, (*4)

Usage

$urbis = new Urbis_Geoloc();

// Find relevant address according to input
/* Option 1: Structured */
$urbis->getAddress_Structured("rue américaine", "25", "1060", "fr");
/* Option 2: Unstructured */
$urbis->getAddress_Unstructured("rue américaine 25", "fr");

// get array with validated address
$result = $urbis->getStructuredAddress();
print_r($result);
/*
Array
(
    [StreetName] => Rue Américaine
    [StreetNumber] => 25
    [PostalCode] => 1060
    [MunicipalityName] => Saint-Gilles
)
*/

// get array with latitude/longitude
$result = $urbis->getGeographicalLocation();
print_r($result);
/*
Array
(
    [lat] => 50.824197276153
    [lon] => 4.3554360355926
)
*/

Credits

  • Created by Bruno Veyckemans (ici Bruxelles). All comments and suggestions welcome !
  • Realized by means of Brussels UrbISŸ© - CIRB

The Versions

05/11 2017

dev-master

9999999-dev

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

05/11 2017

0.1.3

0.1.3.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

05/11 2017

0.1.2

0.1.2.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.1.1

0.1.1.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.1.0

0.1.0.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.0.5

0.0.5.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.0.4

0.0.4.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.0.3

0.0.3.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.0.2

0.0.2.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires

 

04/11 2017

0.0.1

0.0.1.0

A php class for UrbIS Geolocalization services

  Sources   Download

MIT

The Requires