PHPackages                             fruitware/yandex-geocoder-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fruitware/yandex-geocoder-bundle

ActiveSymfony-bundle[API Development](/categories/api)

fruitware/yandex-geocoder-bundle
================================

Symfony2 bundle for interactions with geo-coding Yandex.Maps

1.0(9y ago)030MITPHPPHP &gt;=5.3.9CI failing

Since Oct 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Fruitware/YandexGeocoderBundle)[ Packagist](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)[ RSS](/packages/fruitware-yandex-geocoder-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

FruitwareYandexGeocoderBundle
=============================

[](#fruitwareyandexgeocoderbundle)

[![Build Status](https://camo.githubusercontent.com/4ab156a2299296cbe381e2c3062b8ea3f9845f34ab096b4beb332b17378721f2/68747470733a2f2f7472617669732d63692e6f72672f4672756974776172652f59616e64657847656f636f64657242756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Fruitware/YandexGeocoderBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7182ad6d67cc4bc9ce40260bdd278a63c9bf6dc200f1f4a3dc575cd41f6bccd5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4672756974776172652f59616e64657847656f636f64657242756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/7128000b2c8e4de477f7f353e4eafe07cf3685b04129cd6aa49c7d8c33b6c314/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4672756974776172652f59616e64657847656f636f64657242756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/5fedde5fc5aacd611ec6f3f9464ebff47a91110f4ce27f12a143ac1531fd6d6d/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537666538353037393165633930303032313439326466342f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57fe850791ec900021492df4)

[![Latest Stable Version](https://camo.githubusercontent.com/5287484ed06f507fafe779bd41b8518964ecf1f6d4eaf780aadd609ff9c7ffa8/68747470733a2f2f706f7365722e707567782e6f72672f6672756974776172652f79616e6465782d67656f636f6465722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/42ce667fd7bbe58aea8db7a220a09c37b861355784649f9515df3ea8e8d17cad/68747470733a2f2f706f7365722e707567782e6f72672f6672756974776172652f79616e6465782d67656f636f6465722d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)[![Total Downloads](https://camo.githubusercontent.com/afa8a8e0fe2c8a8bf369ff7d21b8655ff554b16482f309fd7ee707933dbec9a3/68747470733a2f2f706f7365722e707567782e6f72672f6672756974776172652f79616e6465782d67656f636f6465722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)[![License](https://camo.githubusercontent.com/43271d731deffeb1f30a3e564124f565df59f94fe5b83bd223eaf16c2da2dd40/68747470733a2f2f706f7365722e707567782e6f72672f6672756974776172652f79616e6465782d67656f636f6465722d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)

Symfony2 bundle for interactions with geo-coding Yandex.Maps

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony 2.3+ or Symfony 3.0+.

Installation
------------

[](#installation)

Installation is a quick 4 step process:

1. Download FruitwareYandexGeocoderBundle using composer
2. Enable the Bundle
3. Configure the FruitwareYandexGeocoderBundle
4. [Usage](https://github.com/yandex-php/php-yandex-geo)

### Step 1: Download the bundle

[](#step-1-download-the-bundle)

Require the library in your `composer.json` file:

```
$ composer require fruitware/yandex-geocoder-bundle
```

### Step 2: Register the bundle

[](#step-2-register-the-bundle)

Then, add the bundle in your `AppKernel`:

```
