2017 © Pedro Peláez
 

library geocoder-service-provider

Geocoder service provider for Silex

image

geocoder-php/geocoder-service-provider

Geocoder service provider for Silex

  • Saturday, October 22, 2016
  • by K-Phoen
  • Repository
  • 1 Watchers
  • 4 Stars
  • 2,185 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 5 Versions
  • 2 % Grown

The README.md

GeocoderServiceProvider

Geocoder service provider for Silex., (*1)

Build
Status, (*2)

Usage

Initialize the service provider using register() method:, (*3)

<?php

use Geocoder\Provider\GeocoderServiceProvider;

$app->register(new GeocoderServiceProvider());

N.B.: be careful to register this provider after the WebProfilerServiceProvider if you want Geocoder to be integrated in it., (*4)

Then use it in your controllers:, (*5)

<?php

$app->get('/hello', function() use ($app) {
    $geocoder = $app['geocoder'];

    // do your stuff
});

Configuration

The service provider creates the following services:, (*6)

  • geocoder: the Geocoder instance ;
  • geocoder.provider: the provider used by Geocoder ;
  • geocoder.adapter: the HTTP adapter used to get data from remotes APIs.

By default, the geocoder.provider service uses FreeGeoIP and the geocoder.adapter service uses the cURL adapter. Override these services to use the adapter/provider you want., (*7)

See the Geocoder documentation for a list of available adapters and providers., (*8)

Installation

The recommended way to install GeocoderServiceProvider is through Composer:, (*9)

json { "require": { "geocoder-php/geocoder-service-provider": "@stable" } }, (*10)

Protip: you should browse the geocoder-php/geocoder-service-provider page to choose a stable version to use, avoid the @stable meta constraint., (*11)

Licence

GeocoderServiceProvider is released under the MIT License. See the bundled LICENSE file for details., (*12)

The Versions

22/10 2016

dev-master

9999999-dev

Geocoder service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

service silex geocoder provider

22/10 2016

1.x-dev

1.9999999.9999999.9999999-dev

Geocoder service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

service silex geocoder provider

22/10 2016

1.0.0

1.0.0.0

Geocoder service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

service silex geocoder provider

18/09 2013

0.1.0

0.1.0.0

Geocoder service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

service silex geocoder provider

12/09 2013

0.0.1

0.0.1.0

Geocoder service provider for Silex

  Sources   Download

MIT

The Requires

 

The Development Requires

service silex geocoder provider