PHPackages                             mia3/mia3\_location - 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. mia3/mia3\_location

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

mia3/mia3\_location
===================

TYPO3 Location Extension

1.2.7(7y ago)01321PHP

Since Jun 16Pushed 7y agoCompare

[ Source](https://github.com/mia3/mia3_location)[ Packagist](https://packagist.org/packages/mia3/mia3_location)[ RSS](/packages/mia3-mia3-location/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (12)Used By (0)

mia3\_location
==============

[](#mia3_location)

Location search using GoogleMaps

Changing paths of the template
------------------------------

[](#changing-paths-of-the-template)

You should never edit the original templates of an extension as those changes will vanish if you upgrade the extension. As any extbase based extension, you can find the templates in the directory `Resources/Private/`.

If you want to change a template, copy the desired files to the directory where you store the templates. This can be a directory in `fileadmin` or a custom extension. Multiple fallbacks can be defined which makes it far easier to customize the templates.

```
plugin.tx_mia3location {
    view {
        templateRootPaths >
        templateRootPaths {
            0 = EXT:mia3_location/Resources/Private/Templates/
            1 = fileadmin/templates/ext/news/Templates/
        }
        partialRootPaths >
        partialRootPaths {
            0 = EXT:mia3_location/Resources/Private/Partials/
            1 = fileadmi`n/templates/ext/news/Partials/
        }
        layoutRootPaths >
        layoutRootPaths {
            0 = EXT:mia3_location/Resources/Private/Layouts/
            1 = fileadmin/templates/ext/news/Layouts/
        }
    }
}

```

Change the templates using TypoScript constants
-----------------------------------------------

[](#change-the-templates-using-typoscript-constants)

You can use the following TypoScript in the **constants** to change the paths

```
plugin.tx_mia3location {
   view {
       templateRootPath = fileadmin/templates/ext/mia3_location/Templates/
       partialRootPath = fileadmin/templates/ext/mia3_location/Partials/
       layoutRootPath = fileadmin/templates/ext/mia3_location/Layouts/
   }
}

```

Creating a new Release/Tag
--------------------------

[](#creating-a-new-releasetag)

1. install [deployer](http://deployer.org/)
2. create release by using `dep release:patch`, `dep release:minor` or `dep release:major`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~87 days

Recently: every ~192 days

Total

11

Last Release

2738d ago

### Community

Maintainers

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

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

---

Top Contributors

[![apocalip](https://avatars.githubusercontent.com/u/189795?v=4)](https://github.com/apocalip "apocalip (1 commits)")[![psycodepath](https://avatars.githubusercontent.com/u/2327351?v=4)](https://github.com/psycodepath "psycodepath (1 commits)")

### Embed Badge

![Health badge](/badges/mia3-mia3-location/health.svg)

```
[![Health](https://phpackages.com/badges/mia3-mia3-location/health.svg)](https://phpackages.com/packages/mia3-mia3-location)
```

PHPackages © 2026

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