PHPackages                             rosolovsky/moonshine-gmap-field - 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. rosolovsky/moonshine-gmap-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rosolovsky/moonshine-gmap-field
===============================

Google Map field for MoonShine 4

v1.0.2(3mo ago)02MITBladePHP ^8.2

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/rosolovsky/moonshine-gmap-field)[ Packagist](https://packagist.org/packages/rosolovsky/moonshine-gmap-field)[ RSS](/packages/rosolovsky-moonshine-gmap-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Moonshine 4 Google Map Field
============================

[](#moonshine-4-google-map-field)

Google Maps field for MoonShine v4.

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

[](#installation)

```
composer require rosolovsky/moonshine-gmap-field
```

Publish config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=moonshine-gmap-config
```

Config
------

[](#config)

```
return [
    'api_key' => '', // Your Google Map API Key
    'language' => 'en', // Your language
    'default_latitude' => 0, // Set default latitude here
    'default_longitude' => 0, // Set default longitude here
];
```

Usage
-----

[](#usage)

As example 'location' column in table.

In model add:

```
protected $casts = [
    'location' => 'array'
];

```

```
use Rosolovsky\MoonshineGmapField\Fields\Gmap;

Gmap::make('Location', 'location')
    ->zoom(8)
    ->maxZoom(18)
    ->minZoom(5),

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance81

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 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

Every ~1 days

Total

2

Last Release

99d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2afe423bcd6b493ff3717473753a169f5cd382c95b0e591bed098574ba172f14?d=identicon)[rosolovsky](/maintainers/rosolovsky)

---

Top Contributors

[![rosolovsky](https://avatars.githubusercontent.com/u/5950382?v=4)](https://github.com/rosolovsky "rosolovsky (7 commits)")

### Embed Badge

![Health badge](/badges/rosolovsky-moonshine-gmap-field/health.svg)

```
[![Health](https://phpackages.com/badges/rosolovsky-moonshine-gmap-field/health.svg)](https://phpackages.com/packages/rosolovsky-moonshine-gmap-field)
```

###  Alternatives

[ipinfo/ipinfo

The official PHP library for IPinfo, the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. Visit our developer docs at https://ipinfo.io/developers.

2891.2M11](/packages/ipinfo-ipinfo)[craftcms/plugin-installer

Craft CMS Plugin Installer

283.3M4](/packages/craftcms-plugin-installer)[typo3/cms-recordlist

TYPO3 CMS Recordlist - Lists database records in the TYPO3 backend module (Web&gt;List).

178.0M48](/packages/typo3-cms-recordlist)[broadway/uuid-generator

UUID generator for broadway/broadway.

202.1M11](/packages/broadway-uuid-generator)

PHPackages © 2026

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