PHPackages                             wirelab/locations-module - 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. wirelab/locations-module

AbandonedArchivedStreams-addon[Utility &amp; Helpers](/categories/utility)

wirelab/locations-module
========================

Locations module for PyroCMS 3.

1.5.4(9y ago)063MITPHP

Since Mar 21Pushed 5y agoCompare

[ Source](https://github.com/wirelab/locations-module)[ Packagist](https://packagist.org/packages/wirelab/locations-module)[ Docs](http://wirelab.nl/)[ RSS](/packages/wirelab-locations-module/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

Locations module
================

[](#locations-module)

⚠️ This repository has been deprecated ⚠️
-----------------------------------------

[](#️-this-repository-has-been-deprecated-️)

Locations module for PyroCMS 3 with dynamic field.

Overwriting the default view
----------------------------

[](#overwriting-the-default-view)

### The prefered / project specific way

[](#the-prefered--project-specific-way)

1. `php artisan addon:publish locations`
2. Edit the `show` view in `resources//addons/wirelab/locations-module/views/location`

### In a custom theme

[](#in-a-custom-theme)

In your theme's service provider add the following:

```
protected $overrides = [
    'wirelab.module.locations::locations/view' => 'your view path here',
];
```

Adding fields to a location
---------------------------

[](#adding-fields-to-a-location)

1. In the location module go to `fields` and make a new field
2. In the `locations` section click on `assignments` and assign the field

Adding locations to a page
--------------------------

[](#adding-locations-to-a-page)

1. Create a *multiple* field in the pages module, assign it to Locations &gt; Locations
2. Assign the field to a page type
3. In the page type loop over `page.your_slug` and call `render()` on the locations. Or call `render()` on `page.your_slug` to have it to loop for you. Examples:

```
page.your_slug.render()
```

```
{% for location in page.your_slug %}
	location.render()
{% endfor %}
```

Not calling render will return the attributes of the location.

```
{% for location in page.your_slug %}
	{{ location.name }}
	{{ location.email }}
{% endfor %}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Total

12

Last Release

3297d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/670989?v=4)[Wirelab](/maintainers/Wirelab)[@wirelab](https://github.com/wirelab)

![](https://avatars.githubusercontent.com/u/15140770?v=4)[Dominique Netters](/maintainers/ddnetters)[@ddnetters](https://github.com/ddnetters)

---

Top Contributors

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

---

Tags

locationsmit-licensephppyropyrocmspyrocms-modulespyrocms3pyrocmslocationswirelabpyrocms 3Locations module

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wirelab-locations-module/health.svg)

```
[![Health](https://phpackages.com/badges/wirelab-locations-module/health.svg)](https://phpackages.com/packages/wirelab-locations-module)
```

PHPackages © 2026

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