PHPackages                             wcm/geo-data-store-2 - 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. [Database &amp; ORM](/categories/database)
4. /
5. wcm/geo-data-store-2

ActiveLibrary[Database &amp; ORM](/categories/database)

wcm/geo-data-store-2
====================

A WordPress plugin that stores lat/lng data in a better optimized table

314PHP

Since Mar 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/franz-josef-kaiser/geo-data-store-2)[ Packagist](https://packagist.org/packages/wcm/geo-data-store-2)[ RSS](/packages/wcm-geo-data-store-2/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Geo Data Store
==============

[](#geo-data-store)

A WordPress plugin to store latitude and longitude information in a separate (and better optimized) table.

This plugin is a fork of the original (now unmaintained and not available on GitHub) "Geo Data Store" plugin by Scott "l3rady" Carris *[home](http://l3rady.com/) and [on GitHub](https://github.com/l3rady)*.

Scott by now is possibly married and I wish him all the best.

Install
-------

[](#install)

If you´re using Composer, simply add the following line to your `require` array:

```
"wcm/geo-data-store-2" : "dev-master"

```

Usage
-----

[](#usage)

Before activating set what meta keys you want this plugin to capture by using the filter `sc_geodatastore_meta_keys`.

```
add_filter( 'sc_geodatastore_meta_keys', 'homes_for_sale_geodata' );
function homes_for_sale_geodata( $keys )
{
	$keys[] = "properties_address_coords";
	return $keys;
}

```

Your latitude and longitude values have to be stored in a single meta field as comma separated value:

```
`51.507334,-0.127682`

```

### License

[](#license)

Inherited license from the original software: GPL v2+

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ec7d6330cea83c240e92bf0356e650a0e5f847497c4f3f0e38e16b4b0755b00?d=identicon)[wecodemore](/maintainers/wecodemore)

---

Top Contributors

[![franz-josef-kaiser](https://avatars.githubusercontent.com/u/387666?v=4)](https://github.com/franz-josef-kaiser "franz-josef-kaiser (21 commits)")

### Embed Badge

![Health badge](/badges/wcm-geo-data-store-2/health.svg)

```
[![Health](https://phpackages.com/badges/wcm-geo-data-store-2/health.svg)](https://phpackages.com/packages/wcm-geo-data-store-2)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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