PHPackages                             vaszloy/yii2-geocoder - 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. vaszloy/yii2-geocoder

ActiveYii2-extension[API Development](/categories/api)

vaszloy/yii2-geocoder
=====================

Yii 2 Geocoder with Yandex Geocoder API and Google Maps API

1.0.3(5y ago)03MITPHPPHP &gt;=7.1

Since Mar 18Pushed 5y agoCompare

[ Source](https://github.com/vaszloy/yii2-geocoder)[ Packagist](https://packagist.org/packages/vaszloy/yii2-geocoder)[ RSS](/packages/vaszloy-yii2-geocoder/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

yii2-geocoder
=============

[](#yii2-geocoder)

Description
===========

[](#description)

This module need to find the coordinates by address using The Google Maps Geocoding API or Yandex Geocoder API.

Installation
============

[](#installation)

This document will guide you through the process of installing Yii2-geocoder using **composer**.

Download Yii2-geocoder using composer
-------------------------------------

[](#download-yii2-geocoder-using-composer)

Add `"deka6pb/yii2-geocoder": "*"` to the require section of your **composer.json** file and run `composer update` to download and install Yii2-autoparser.

```
Geocoders:
- Geocoder::TYPE_GOOGLE
- Geocoder::TYPE_YANDEX

```

Methods:

```
findByAddress($address, array $params = [], $results = 10)

findOneByAddress($address, array $params = [])

findByPoint(Point $point, $kind, Point $radius = null, array $params = [], $results = 10)

findByOnePoint(Point $point, $kind, Point $radius = null, array $params = [])

```

For example:
------------

[](#for-example)

```
$address = "2707 Congress St., San Diego, CA 92110";

/* @var CoderInterface $coder */
$coder = Geocoder::build(Geocoder::TYPE_GOOGLE);
$object = $coder::findOneByAddress($address);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~243 days

Total

3

Last Release

2126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb553b9fdb3bd24ff8eff56d452193b0d695521f1a1ad1d4410f2781b35e9a93?d=identicon)[Vasilovskiy](/maintainers/Vasilovskiy)

---

Top Contributors

[![deka6pb](https://avatars.githubusercontent.com/u/4976252?v=4)](https://github.com/deka6pb "deka6pb (18 commits)")[![Vasilovskiy](https://avatars.githubusercontent.com/u/20529692?v=4)](https://github.com/Vasilovskiy "Vasilovskiy (2 commits)")[![makaronnik](https://avatars.githubusercontent.com/u/9981799?v=4)](https://github.com/makaronnik "makaronnik (1 commits)")

---

Tags

geocoderyii2deka6pbyii2-geocoder

### Embed Badge

![Health badge](/badges/vaszloy-yii2-geocoder/health.svg)

```
[![Health](https://phpackages.com/badges/vaszloy-yii2-geocoder/health.svg)](https://phpackages.com/packages/vaszloy-yii2-geocoder)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[conquer/services

Yii2 soap wsdl web services

1632.5k](/packages/conquer-services)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
