2017 © Pedro Peláez
 

library locationiq

Php Wrapper for https://locationiq.org

image

xolf/locationiq

Php Wrapper for https://locationiq.org

  • Wednesday, March 1, 2017
  • by xolf
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3,019 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 9 % Grown

The README.md

locationiq-php

Php Wrapper for https://locationiq.org, (*1)

Install

composer require xolf/locationiq, (*2)

Make first request

$search = new \Xolf\LocationIQ\Search($apiKey);
$result = $search->get("Empire State Building");

// 40.7487727
$result[0]->lat;

// -73.9849336
$result[0]->lon;

// "node"
$result[0]->osm_type;

// "Empire State Building, 362, 5th Avenue, Diamond District, Manhattan, New York County, New York City, New York, 10035, United States of America"
$result[0]->osm_type;

The Versions

01/03 2017

dev-master

9999999-dev

Php Wrapper for https://locationiq.org

  Sources   Download

MIT

The Requires

 

The Development Requires

01/03 2017

0.0.3

0.0.3.0

Php Wrapper for https://locationiq.org

  Sources   Download

MIT

The Requires

 

The Development Requires

14/01 2017

0.0.2.1

0.0.2.1

Php Wrapper for https://locationiq.org

  Sources   Download

MIT

The Requires

 

The Development Requires

14/01 2017

0.0.2

0.0.2.0

Php Wrapper for https://locationiq.org

  Sources   Download

MIT

The Requires

 

The Development Requires

14/01 2017

0.0.1

0.0.1.0

Php Wrapper for https://locationiq.org

  Sources   Download

The Requires

 

The Development Requires