PHPackages                             julykaz/cmb\_field\_map - 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. julykaz/cmb\_field\_map

ActiveWordpress-plugin

julykaz/cmb\_field\_map
=======================

Google Maps field type for Custom Metaboxes and Fields for WordPress

v2.1.2(10y ago)0170PHP

Since Feb 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/julykaz/cmb_field_map)[ Packagist](https://packagist.org/packages/julykaz/cmb_field_map)[ Docs](https://github.com/mustardBees/cmb_field_map/)[ RSS](/packages/julykaz-cmb-field-map/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

CMB2 Field Type: Google Maps
============================

[](#cmb2-field-type-google-maps)

Description
-----------

[](#description)

Google Maps field type for [CMB2](https://github.com/WebDevStudios/CMB2).

The `pw_map` field stores the latitude/longitude values which you can then use to display a map in your theme.

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

[](#installation)

Install in a theme using composer:

```
{
 "require": {
    "php": ">=5.3.0",
    "composer/installers": "v1.0.12",
    "webdevstudios/cmb2": "dev-master",
    "julykaz/cmb_field_map": "dev-master"
  },
  "autoload": {
    "files": [
      "vendor/cmb2/init.php",
      "vendor/cmb_field_map/cmb-field-map.php"
    ]
  },
  "extra": {
    "installer-paths": {
      "vendor/{$name}/": [
        "webdevstudios/cmb2",
        "julykaz/cmb_field_map"
      ]
    }
  }
}
```

Usage
-----

[](#usage)

### `pw_map`

[](#pw_map)

Save a location on a map. Example:

```
array(
	'name' => 'Location',
	'desc' => 'Drag the marker to set the exact location',
	'id' => $prefix . 'location',
	'type' => 'pw_map',
	// 'split_values' => true, // Save latitude and longitude as two separate fields
),
```

#### Extra Parameters:

[](#extra-parameters)

- `split_values` Save the latitude/longitude values into two custom fields, they will be stored as `$id . '_latitude'` and `$id . '_longitude'`.

Screenshot
----------

[](#screenshot)

[![Image](screenshot-1.png?raw=true)](screenshot-1.png?raw=true)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~96 days

Total

4

Last Release

3799d ago

### Community

Maintainers

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

---

Top Contributors

[![mustardBees](https://avatars.githubusercontent.com/u/1236314?v=4)](https://github.com/mustardBees "mustardBees (42 commits)")[![JuliusMorkunas](https://avatars.githubusercontent.com/u/1953319?v=4)](https://github.com/JuliusMorkunas "JuliusMorkunas (3 commits)")[![gareth-gillman](https://avatars.githubusercontent.com/u/3321908?v=4)](https://github.com/gareth-gillman "gareth-gillman (3 commits)")[![gyrus](https://avatars.githubusercontent.com/u/609161?v=4)](https://github.com/gyrus "gyrus (2 commits)")[![theKhorshed](https://avatars.githubusercontent.com/u/10390188?v=4)](https://github.com/theKhorshed "theKhorshed (1 commits)")[![lauravaq](https://avatars.githubusercontent.com/u/6594066?v=4)](https://github.com/lauravaq "lauravaq (1 commits)")[![mckernanin](https://avatars.githubusercontent.com/u/6300047?v=4)](https://github.com/mckernanin "mckernanin (1 commits)")[![pasqualevitiello](https://avatars.githubusercontent.com/u/2683512?v=4)](https://github.com/pasqualevitiello "pasqualevitiello (1 commits)")

---

Tags

pluginwordpress

### Embed Badge

![Health badge](/badges/julykaz-cmb-field-map/health.svg)

```
[![Health](https://phpackages.com/badges/julykaz-cmb-field-map/health.svg)](https://phpackages.com/packages/julykaz-cmb-field-map)
```

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[webdevstudios/cmb2-attached-posts

Custom field for CMB2 for creating post relationships.

13565.5k](/packages/webdevstudios-cmb2-attached-posts)[alleyinteractive/pest-plugin-wordpress

WordPress Pest Integration

263.7k1](/packages/alleyinteractive-pest-plugin-wordpress)

PHPackages © 2026

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