PHPackages                             jimvaneijk/wp-store-finder - 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. jimvaneijk/wp-store-finder

ActiveWordpress-plugin

jimvaneijk/wp-store-finder
==========================

This plugin gives you the opportunity to add store to a map so customers can explore where you are located.

1.0.1(5y ago)0158PHP

Since Apr 13Pushed 5y agoCompare

[ Source](https://github.com/jimvaneijk/wp-store-finder)[ Packagist](https://packagist.org/packages/jimvaneijk/wp-store-finder)[ RSS](/packages/jimvaneijk-wp-store-finder/feed)WikiDiscussions master Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

WP Store finder
===============

[](#wp-store-finder)

A wordpress plugin which displays a map with all the stores that are configured by there location.

Add your Google api key in your .env

`WP_STORE_FINDER_GOOGLE_API=[GOOGLE API]`

### Shortcode:

[](#shortcode)

`[wp-store-finder]`

### API:

[](#api)

#### Get all store

[](#get-all-store)

`/wp-json/wp-store-finder/v1`

### Import locations:

[](#import-locations)

- Make a `json` directory withing your public root folder.
- make a `stores.json` file :
    - ```
          [
              {
                  "name": "Store name",
                  "street": "Lorem ipsumstreet",
                  "number": "123",
                  "zipcode": "1234 AB",
                  "city": "Rotterdam",
                  "position": {
                    "lat": [LATITUDE],
                    "lng": [LONGITUDE]
                  }
              },
          ]

        ```

**Important**

This function is by default disabled. enable it by adding a .env prop called: `WP_STORE_FINDER_ACCEPT_IMPORT=true`

### Conribution is welcome :)

[](#conribution-is-welcome-)

\###Jim van Eijk *()*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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 ~0 days

Total

2

Last Release

1852d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jimvaneijk-wp-store-finder/health.svg)

```
[![Health](https://phpackages.com/badges/jimvaneijk-wp-store-finder/health.svg)](https://phpackages.com/packages/jimvaneijk-wp-store-finder)
```

PHPackages © 2026

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