PHPackages                             mattrothenberg/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. [Search &amp; Filtering](/categories/search)
4. /
5. mattrothenberg/location

ActiveStatamic-addon[Search &amp; Filtering](/categories/search)

mattrothenberg/location
=======================

1.0(6y ago)51.5k1[1 issues](https://github.com/mattrothenberg/location/issues)[20 PRs](https://github.com/mattrothenberg/location/pulls)Vue

Since Dec 5Pushed 3y agoCompare

[ Source](https://github.com/mattrothenberg/location)[ Packagist](https://packagist.org/packages/mattrothenberg/location)[ RSS](/packages/mattrothenberg-location/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (23)Used By (0)

Mattrothenberg\\Location
========================

[](#mattrothenberglocation)

A Location Autocomplete Field for Statamic V3

[![](https://camo.githubusercontent.com/5363f34efa014f454744f12f3c5f54b9d7de53d4230dae26f349973c98f6c49f/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f70726163746963616c6465762f696d6167652f66657463682f732d2d7044775058736f4e2d2d2f635f696d616767615f7363616c652c665f6175746f2c666c5f70726f67726573736976652c685f3432302c715f6175746f2c775f313030302f68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f70726163746963616c6465762f696d6167652f66657463682f732d2d5f3747466d6f4d2d2d2d2f635f696d616767615f7363616c65253243665f6175746f253243666c5f70726f6772657373697665253243685f343230253243715f6175746f253243775f313030302f68747470733a2f2f74686570726163746963616c6465762e73332e616d617a6f6e6177732e636f6d2f692f6a32776a65337775636c677473726a67363766382e706e67)](https://camo.githubusercontent.com/5363f34efa014f454744f12f3c5f54b9d7de53d4230dae26f349973c98f6c49f/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f70726163746963616c6465762f696d6167652f66657463682f732d2d7044775058736f4e2d2d2f635f696d616767615f7363616c652c665f6175746f2c666c5f70726f67726573736976652c685f3432302c715f6175746f2c775f313030302f68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f70726163746963616c6465762f696d6167652f66657463682f732d2d5f3747466d6f4d2d2d2d2f635f696d616767615f7363616c65253243665f6175746f253243666c5f70726f6772657373697665253243685f343230253243715f6175746f253243775f313030302f68747470733a2f2f74686570726163746963616c6465762e73332e616d617a6f6e6177732e636f6d2f692f6a32776a65337775636c677473726a67363766382e706e67)

Why?
----

[](#why)

The inspiration for publishing this addon came from writing the following blog post.

Co-locating a custom fieldtype within your Statamic app is one thing... Building an addon so that other folks can use it, too, is another. This is the fruit of my labor!

Installation
------------

[](#installation)

(shamelessly cribbed from )

Clone the Github repo somewhere, then add it to your composer.json's repositories array. (This is only necessary until the package is released.) Adjust the url to point to cloned directory.

```
"repositories": [
    {
        "type": "path",
        "url": "addons/mattrothenberg/location"
    }
]

```

Require it using Composer.

```
composer require mattrothenberg/location

```

Publish the assets

```
php artisan vendor:publish --provider="Mattrothenberg\Location\ServiceProvider"

```

Add two environment variables, since this library uses [Places.js](https://github.com/algolia/places) under the hood for location autocompletion.

```
PLACES_APP_ID=""
PLACES_API_KEY=""

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

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

Unknown

Total

1

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/815ee748d8ea53eac0ca9583c58cd16f72bc25bac0f5b79e533374b61cbc870c?d=identicon)[mattrothenberg](/maintainers/mattrothenberg)

---

Top Contributors

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

---

Tags

algoliaalgolia-placesstatamicstatamic-v3vue

### Embed Badge

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

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

###  Alternatives

[ruflin/elastica

Elasticsearch Client

2.3k50.4M202](/packages/ruflin-elastica)[opensearch-project/opensearch-php

PHP Client for OpenSearch

15024.3M64](/packages/opensearch-project-opensearch-php)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)[massive/search-bundle

Massive Search Bundle

721.4M13](/packages/massive-search-bundle)[shyim/opensearch-php-dsl

OpenSearch/Elasticsearch DSL library

175.9M9](/packages/shyim-opensearch-php-dsl)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)

PHPackages © 2026

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