Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fruitware/yandexgeocoderbundle
Symfony2 bundle for interactions with geo-coding Yandex.Maps
https://github.com/fruitware/yandexgeocoderbundle
Last synced: 3 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:28:56.000Z (11 months ago)
- Last Synced: 2024-04-27T14:44:41.000Z (7 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
==================[![Build Status](https://travis-ci.org/Fruitware/YandexGeocoderBundle.svg?branch=master)](https://travis-ci.org/Fruitware/YandexGeocoderBundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)
[![Dependency Status](https://www.versioneye.com/user/projects/57fe850791ec900021492df4/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57fe850791ec900021492df4)[![Latest Stable Version](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/v/stable.png)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[![Latest Unstable Version](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/v/unstable.svg)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[![Total Downloads](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/downloads.png)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)
[![License](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/license.svg)](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