PHPackages                             andrebian/wp-represent-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. andrebian/wp-represent-map

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

andrebian/wp-represent-map
==========================

Represent Map Plugin for Wordpress

0.3(12y ago)8283[1 issues](https://github.com/andrebian/wp-represent-map/issues)Creative CommonsPHPPHP &gt;=5.3.3

Since Feb 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/andrebian/wp-represent-map)[ Packagist](https://packagist.org/packages/andrebian/wp-represent-map)[ Docs](https://github.com/andrebian/wp-represent-map)[ RSS](/packages/andrebian-wp-represent-map/feed)WikiDiscussions master Synced 2d ago

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

[![Latest Stable Version](https://camo.githubusercontent.com/4f6c65c9892f57fe401221946243d24bd491e5aca955912d3093c46f3abdb42a/68747470733a2f2f706f7365722e707567782e6f72672f616e6472656269616e2f77702d726570726573656e742d6d61702f762f737461626c652e706e67)](https://packagist.org/packages/andrebian/wp-represent-map) [![Total Downloads](https://camo.githubusercontent.com/fc4e458a0beb0257c28fcbabbb291c7d7f0ee9d6ab519d575030ef571d855ba1/68747470733a2f2f706f7365722e707567782e6f72672f616e6472656269616e2f77702d726570726573656e742d6d61702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/andrebian/wp-represent-map) [![Latest Unstable Version](https://camo.githubusercontent.com/65d47838d587aba5563066a49a6a051879275f67abe92367319914b8d5352ef2/68747470733a2f2f706f7365722e707567782e6f72672f616e6472656269616e2f77702d726570726573656e742d6d61702f762f756e737461626c652e706e67)](https://packagist.org/packages/andrebian/wp-represent-map) [![License](https://camo.githubusercontent.com/75e026633d8f504e524b363058d4662968c5c64bb3f8dbf94b3159397bfc8212/68747470733a2f2f706f7365722e707567782e6f72672f616e6472656269616e2f77702d726570726573656e742d6d61702f6c6963656e73652e706e67)](https://packagist.org/packages/andrebian/wp-represent-map)

WP REPRESENT MAP
================

[](#wp-represent-map)

Wordpress plugin based on [Represent Map](https://github.com/abenzer/represent-map).

The original represent map is a full-system to manage startups, accelerators, coworking and much more pin on maps using Google Maps API.

This plugin is inspired on the original Represent Map providing the wordpress admin management. The same functionality inside Wordpress.

INSTALLATION
============

[](#installation)

Composer
--------

[](#composer)

```
"andrebian/wp-represent-map": "dev-master"

```

Cloning
-------

[](#cloning)

Clone this repository into your wp-content/plugins path keeeping the wp-represent-map path name and enable it on Wordpress admin panel.

Downloading as zip
------------------

[](#downloading-as-zip)

Download it as zip, unzip into your wp-content/plugins path keeping the wp-represent-map path name.

USAGE
=====

[](#usage)

Indispensable
-------------

[](#indispensable)

On your functions.php put the following code:

```
/* Single item height in pixels */
if ( !defined('SINGLE_HEIGHT_MAP') ) {
    define('SINGLE_HEIGHT_MAP', '150PX');
}

/* Full map height in pixels */
if ( !defined('ALL_HEIGHT_MAP') ) {
    define('ALL_HEIGHT_MAP', '560px');
}

```

After this follow the steps bellow.

Admin Panel
-----------

[](#admin-panel)

Configure your default location and default lat lng in **Settings/Wp Represent** Map admin page. After this create your item types in **Map Items/Type** on wordpress admin panel. Now just create your Map items providing the correct address and selecting which is the type of it.

Blog/Site
---------

[](#blogsite)

The WP Represent Map works with shortcode. To show all items in a map use:

```
[represent-map]

```

To show only one type of items on map provide the slug you want to show in **type** parameter:

```
[represent-map type=startup]

```

NOTE
====

[](#note)

This plugin actually works with only 2 category levels, if exists more than 2 levels the following WILL NOT APPEAR on lateral menu.

CONTRIBUTING
============

[](#contributing)

I am just starting the development and would be very happy if anyone can help to create an awesome tool.

If you want to contribute, please read [CONTRIBUTING](https://github.com/andrebian/wp-represent-map/blob/master/CONTRIBUTING.md) file.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4473d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97df5e6c6aeda1550e75a26b9614532cb5304961dea595f1aa1e4328a7d7cdff?d=identicon)[andrebian](/maintainers/andrebian)

---

Top Contributors

[![andrebian](https://avatars.githubusercontent.com/u/2091739?v=4)](https://github.com/andrebian "andrebian (64 commits)")

---

Tags

wordpressgoogle mapsrepresent map

### Embed Badge

![Health badge](/badges/andrebian-wp-represent-map/health.svg)

```
[![Health](https://phpackages.com/badges/andrebian-wp-represent-map/health.svg)](https://phpackages.com/packages/andrebian-wp-represent-map)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k441.8k2](/packages/roots-bedrock)[cedaro/gravity-forms-iframe

Embed a Gravity Form on any site using an iframe.

1563.0k](/packages/cedaro-gravity-forms-iframe)

PHPackages © 2026

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