2017 © Pedro Peláez
 

symfony-bundle yandex-geocoder-bundle

Symfony2 bundle for interactions with geo-coding Yandex.Maps

image

fruitware/yandex-geocoder-bundle

Symfony2 bundle for interactions with geo-coding Yandex.Maps

  • Wednesday, October 12, 2016
  • by fruitware.ru
  • Repository
  • 3 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

FruitwareYandexGeocoderBundle

Build Status Scrutinizer Code Quality Code Coverage Dependency Status, (*1)

Latest Stable Version Latest Unstable Version Total Downloads License, (*2)

Symfony2 bundle for interactions with geo-coding Yandex.Maps, (*3)

Prerequisites

This version of the bundle requires Symfony 2.3+ or Symfony 3.0+., (*4)

Installation

Installation is a quick 4 step process:, (*5)

  1. Download FruitwareYandexGeocoderBundle using composer
  2. Enable the Bundle
  3. Configure the FruitwareYandexGeocoderBundle
  4. Usage

Step 1: Download the bundle

Require the library in your composer.json file:, (*6)

``` bash $ composer require fruitware/yandex-geocoder-bundle, (*7)


### Step 2: Register the bundle Then, add the bundle in your `AppKernel`: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Fruitware\YandexGeocoderBundle\FruitwareYandexGeocoderBundle(), ]; }

Step 3: Configure the FruitwareYandexGeocoderBundle

The bundle comes with a sensible default configuration, which is listed below., (*8)

# app/config/config.yml
fruitware_yandex_geocoder:
    key: ~
    version: 1.x # default
    lang: ru-RU # values:['ru-RU', 'uk-UA', 'be-BY', 'en-US', 'en-BR', 'tr-TR']
    kind: ~ # default, values: ['house', 'street', 'metro', 'district', 'locality']

Contribution

Any question or feedback? Open an issue and I will try to reply quickly., (*9)

A feature is missing here? Feel free to create a pull request to solve it!, (*10)

I hope this has been useful and has helped you. If so, share it and recommend it! :), (*11)

License

This bundle is available under the MIT license., (*12)

The Versions

12/10 2016

dev-master

9999999-dev

Symfony2 bundle for interactions with geo-coding Yandex.Maps

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony geo maps geocoder yandex geocode

12/10 2016

1.0

1.0.0.0

Symfony2 bundle for interactions with geo-coding Yandex.Maps

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony geo maps geocoder yandex geocode