2017 © Pedro Peláez
 

library silex-openstreetmap

Silex Wrapper for the OpenStreetMap API

image

mauro-moreno/silex-openstreetmap

Silex Wrapper for the OpenStreetMap API

  • Thursday, February 11, 2016
  • by mauro-moreno
  • Repository
  • 1 Watchers
  • 1 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Silex OpenStreetMap

Silex Wrapper for the OpenStreetMap API, (*1)

Installation

Require the latest version of Scientist Laravel using Composer., (*2)

composer require mauro-moreno/silex-openstreetmap

Enable Service Provider, (*3)

<?php
$app = new Silex\Application;
$app->register(new MauroMoreno\OpenStreetMap\Silex\OpenStreetMapServiceProvider);

Usage

<?php
$app['openstreetmap.nominatim']->reverse(40.748817, -73.985428);

The Versions

11/02 2016

dev-master

9999999-dev

Silex Wrapper for the OpenStreetMap API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

11/02 2016

v1.0.1

1.0.1.0

Silex Wrapper for the OpenStreetMap API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno

11/02 2016

v1.0.0

1.0.0.0

Silex Wrapper for the OpenStreetMap API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mauro Moreno