https://github.com/fruitware/yandexgeocoderbundle
Symfony2 bundle for interactions with geo-coding Yandex.Maps
https://github.com/fruitware/yandexgeocoderbundle
Last synced: 4 months ago
JSON representation
Symfony2 bundle for interactions with geo-coding Yandex.Maps
- Host: GitHub
- URL: https://github.com/fruitware/yandexgeocoderbundle
- Owner: Fruitware
- Created: 2016-10-12T10:37:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:28:56.000Z (over 1 year ago)
- Last Synced: 2025-01-09T10:34:37.136Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FruitwareYandexGeocoderBundle
==================[](https://travis-ci.org/Fruitware/YandexGeocoderBundle)
[](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)
[](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)
[](https://www.versioneye.com/user/projects/57fe850791ec900021492df4)[](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)Symfony2 bundle for interactions with geo-coding Yandex.Maps
## Prerequisites
This version of the bundle requires Symfony 2.3+ or Symfony 3.0+.
## 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
Require the library in your `composer.json` file:
``` bash
$ composer require fruitware/yandex-geocoder-bundle
```### Step 2: Register the bundle
Then, add the bundle in your `AppKernel`:
``` php