PHPackages                             alkurn/yii2-google - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. alkurn/yii2-google

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

alkurn/yii2-google
==================

Easy google places extension for Yii2

1742PHP

Since Jul 30Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-google
===========

[](#yii2-google)

Google Places Auto Complete widget for Yii2

\##Installation

Add below to your `composer.json` file

```
    "requires": {
        "alkurn/yii2-google": "dev-master"
    }

```

```
composer require alkurn/yii2-google

```

\##Usage

Using widget and model. Using widget for custom field name and value.

```
use alkurn\google\Places;
use alkurn\google\Map;
echo Places::widget([
    'name' => 'place'
    'value' => 'Jakarta'
]);

use alkurn\google\Map;
echo Map::widget([
    'latitude' => '34.000',
    'longitude' => '84.000',
    'title' => 'India'
]);

```

Using active form.

```
use yii\bootstrap\ActiveForm;
use alkurn\google\Places;

echo $form = ActiveForm::begin();
echo $form->field($model, 'location')->widget(Places::className());

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.9% 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/485ae3b1c7496e2d8d100c7c12274e3e7d490afc132ef1b3a2b2a30f10727e1e?d=identicon)[gmankar](/maintainers/gmankar)

---

Top Contributors

[![TechAlkurn](https://avatars.githubusercontent.com/u/56467158?v=4)](https://github.com/TechAlkurn "TechAlkurn (10 commits)")[![grmankar](https://avatars.githubusercontent.com/u/10545660?v=4)](https://github.com/grmankar "grmankar (3 commits)")

### Embed Badge

![Health badge](/badges/alkurn-yii2-google/health.svg)

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

PHPackages © 2026

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