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

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

deka6pb/yii2-geocoder
=====================

Yii 2 Geocoder with Yandex Geocoder API and Google Maps API

32.3k4[1 issues](https://github.com/deka6pb/yii2-geocoder/issues)PHP

Since Mar 18Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)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 31% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/835193fd3ea34e38424879d0b8dae6824322c8eb0202ba9ea12e7d3841d2040e?d=identicon)[deka6pb](/maintainers/deka6pb)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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