2017 © Pedro Peláez
 

symfony-bundle location-bundle

A Symfony2 Bundle to handle geographic location of your entities

image

happyr/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  • Thursday, November 9, 2017
  • by Nyholm
  • Repository
  • 2 Watchers
  • 4 Stars
  • 1,496 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 21 Versions
  • 9 % Grown

The README.md

Happyr LocationBundle

A Symfony2 Bundle to handle locations. This provided a Locaiton object with differnet parts to clearly identify a location., (*1)

Installation

1. Install with composer:

php composer.phar require happyr/location-bundle

2. Enable the bundle:

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Happyr\LocationBundle\HappyrLocationBundle(),
    );
}

3. Add a geocoder

You need to specify a geocoder service to in the coniguration. The geoder must inplement the GeocoderInterface, (*2)

``` yaml happyr_location: geocoder_service: 'acme.geocoder', (*3)



## Usage ``` php //any form public function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('location', 'location', array( 'components'=>array( 'country'=>true, 'city'=>true, ) )); }

The Versions

09/11 2017

dev-master

9999999-dev http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

location

09/11 2017

0.5.1

0.5.1.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

location

08/11 2017

dev-patch-1

dev-patch-1 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

location

06/11 2016

0.5.0

0.5.0.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

location

02/10 2015

0.4.0

0.4.0.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

04/12 2014

0.3.0

0.3.0.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

31/10 2014

0.2.4

0.2.4.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

13/10 2014

0.2.3

0.2.3.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

01/10 2014

0.2.2

0.2.2.0 http://developer.happyr.com/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

09/05 2014

0.2.1

0.2.1.0 http://developer.happyr.se/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

08/05 2014

0.2.0

0.2.0.0 http://developer.happyr.se/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

11/11 2013

0.1.9

0.1.9.0 http://developer.happyr.se/symfony2-bundles/location-bundle

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

06/11 2013

0.1.8

0.1.8.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

24/10 2013

0.1.7

0.1.7.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

16/10 2013

0.1.6

0.1.6.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

14/10 2013

0.1.5

0.1.5.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

19/09 2013

0.1.3

0.1.3.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

19/09 2013

0.1.4

0.1.4.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

19/09 2013

0.1.2

0.1.2.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

18/09 2013

0.1.1

0.1.1.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location

18/09 2013

0.1.0

0.1.0.0 http://developer.happyr.se

A Symfony2 Bundle to handle geographic location of your entities

  Sources   Download

MIT

The Requires

 

The Development Requires

location