PHPackages                             meysampg/yii2-gmapmarker - 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. meysampg/yii2-gmapmarker

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

meysampg/yii2-gmapmarker
========================

A simple google map marker widget for Yii2

v1.0.0(9y ago)38.9k2MITPHP

Since Jul 17Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Yii2 Google Map Marker
======================

[](#yii2-google-map-marker)

🟥⚠️ *THIS PACKAGE IS ABANDONED. PLEASE SELECT ANOTHER PACKAGE OR FORK THIS REPOSITORY AND INFORM ME ON p.g.meysam \[at\] Gmail \[dot\] com TO REFER TO YOUR PACKAGE IN PACKAGIST* ⚠️🟥

A simple google map marker widget for Yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require meysampg/yii2-gmapmarker "*"

```

or add

```
"meysampg/yii2-gmapmarker": "*"

```

to the require section of your `composer.json` file.

Config
------

[](#config)

Easily you can set the asset needed values with as mentioned on . For example You can use this code on you `web.config`:

```
return [
    // Some codes are here :)
   	'components' => [
   		// And also maybe here ;)
     	'assetManager' => [
     		'bundles' => [
     			'meysampg\gmap\GMapAsset' => [
     				'key' => 'YOU_API_KEY',
     				'language' => 'en'
     			],
     		],
  		],
    ],
];
```

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by:

```

```

for single marker or use for multiple markers by:

```

```

Screenshot
----------

[](#screenshot)

[![Yii2 Google Map Marker Extension](https://cloud.githubusercontent.com/assets/1416085/16899844/fe3355c8-4c26-11e6-89c6-0f98294b6973.png)](https://cloud.githubusercontent.com/assets/1416085/16899844/fe3355c8-4c26-11e6-89c6-0f98294b6973.png)

ToDo
----

[](#todo)

- Add support of label to makers.
- Add ability of showing custom icon instead of default marker.
- \[Need more? Open an issue!\]

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

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

Unknown

Total

1

Last Release

3636d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1416085?v=4)[Meysam P. Ganji](/maintainers/meysampg)[@meysampg](https://github.com/meysampg)

---

Top Contributors

[![meysampg](https://avatars.githubusercontent.com/u/1416085?v=4)](https://github.com/meysampg "meysampg (3 commits)")

---

Tags

googleyii2extensiongoogle map

### Embed Badge

![Health badge](/badges/meysampg-yii2-gmapmarker/health.svg)

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

###  Alternatives

[dmstr/yii2-cookie-consent

Yii2 Cookie Consent Widget

1454.6k](/packages/dmstr-yii2-cookie-consent)[imanilchaudhari/yii2-currency-converter

This extension will help to find out current currency conversion rate.

1911.7k](/packages/imanilchaudhari-yii2-currency-converter)[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1358.5k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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