{"id":19615187,"url":"https://github.com/fruitware/yandexgeocoderbundle","last_synced_at":"2026-05-13T08:03:08.877Z","repository":{"id":48268783,"uuid":"70689886","full_name":"Fruitware/YandexGeocoderBundle","owner":"Fruitware","description":"Symfony2 bundle for interactions with geo-coding Yandex.Maps","archived":false,"fork":false,"pushed_at":"2023-12-15T20:28:56.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-09T10:34:37.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fruitware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-12T10:37:50.000Z","updated_at":"2016-10-12T17:41:12.000Z","dependencies_parsed_at":"2022-09-09T09:00:58.406Z","dependency_job_id":null,"html_url":"https://github.com/Fruitware/YandexGeocoderBundle","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2FYandexGeocoderBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2FYandexGeocoderBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2FYandexGeocoderBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2FYandexGeocoderBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fruitware","download_url":"https://codeload.github.com/Fruitware/YandexGeocoderBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240907104,"owners_count":19876684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T10:55:43.035Z","updated_at":"2026-05-13T08:03:07.583Z","avatar_url":"https://github.com/Fruitware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"FruitwareYandexGeocoderBundle\n==================\n\n[![Build Status](https://travis-ci.org/Fruitware/YandexGeocoderBundle.svg?branch=master)](https://travis-ci.org/Fruitware/YandexGeocoderBundle)\n[![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)\n[![Code Coverage](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Fruitware/YandexGeocoderBundle/?branch=master)\n[![Dependency Status](https://www.versioneye.com/user/projects/57fe850791ec900021492df4/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57fe850791ec900021492df4)\n\n[![Latest Stable Version](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/v/stable.png)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)\n[![Latest Unstable Version](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/v/unstable.svg)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)\n[![Total Downloads](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/downloads.png)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)\n[![License](https://poser.pugx.org/fruitware/yandex-geocoder-bundle/license.svg)](https://packagist.org/packages/fruitware/yandex-geocoder-bundle)\n\nSymfony2 bundle for interactions with geo-coding Yandex.Maps\n\n## Prerequisites\n\nThis version of the bundle requires Symfony 2.3+ or Symfony 3.0+.\n\n## Installation\n\nInstallation is a quick 4 step process:\n\n1. Download FruitwareYandexGeocoderBundle using composer\n2. Enable the Bundle\n3. Configure the FruitwareYandexGeocoderBundle\n4. [Usage](https://github.com/yandex-php/php-yandex-geo)\n\n### Step 1: Download the bundle\n\nRequire the library in your `composer.json` file:\n\n``` bash\n$ composer require fruitware/yandex-geocoder-bundle\n```\n\n### Step 2: Register the bundle\n\nThen, add the bundle in your `AppKernel`:\n\n``` php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    $bundles = [\n        // ...\n        new Fruitware\\YandexGeocoderBundle\\FruitwareYandexGeocoderBundle(),\n    ];\n}\n```\n\n### Step 3: Configure the FruitwareYandexGeocoderBundle\n\nThe bundle comes with a sensible default configuration, which is listed below.\n\n```yaml\n# app/config/config.yml\nfruitware_yandex_geocoder:\n    key: ~\n    version: 1.x # default\n    lang: ru-RU # values:['ru-RU', 'uk-UA', 'be-BY', 'en-US', 'en-BR', 'tr-TR']\n\tkind: ~ # default, values: ['house', 'street', 'metro', 'district', 'locality']\n```\n\n## Contribution\n\nAny question or feedback? Open an issue and I will try to reply quickly.\n\nA feature is missing here? Feel free to create a pull request to solve it!\n\nI hope this has been useful and has helped you. If so, share it and recommend\nit! :)\n\n## License\n\nThis bundle is available under the [MIT license](Resources/meta/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruitware%2Fyandexgeocoderbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffruitware%2Fyandexgeocoderbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruitware%2Fyandexgeocoderbundle/lists"}