PHPackages                             plugrbase/statamic-google-places-field - 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. [API Development](/categories/api)
4. /
5. plugrbase/statamic-google-places-field

ActiveStatamic-addon[API Development](/categories/api)

plugrbase/statamic-google-places-field
======================================

A Google Places addon for Statamic V4 that fetch and store data from Google Places API.

v1.2.0(1y ago)0681proprietaryPHP

Since Dec 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/plugrbase/statamic-google-places-field)[ Packagist](https://packagist.org/packages/plugrbase/statamic-google-places-field)[ RSS](/packages/plugrbase-statamic-google-places-field/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

[![GitHub release (latest by date)](https://camo.githubusercontent.com/db5525bcda90334981c1ae06ba2c4ad7d06ad401736310c1b44ca16c9f61fdab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f706c756772626173652f73746174616d69632d676f6f676c652d706c616365732d6669656c643f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/db5525bcda90334981c1ae06ba2c4ad7d06ad401736310c1b44ca16c9f61fdab/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f706c756772626173652f73746174616d69632d676f6f676c652d706c616365732d6669656c643f7374796c653d666c61742d737175617265)[![Statamic 4.0+](https://camo.githubusercontent.com/3177bcd80a57834737f2b6df995a4c44fec125c349833aebbbb6a12a3539d492/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666c61742d737175617265266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)](https://camo.githubusercontent.com/3177bcd80a57834737f2b6df995a4c44fec125c349833aebbbb6a12a3539d492/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f53746174616d69632d332e302b2d4646323639453f7374796c653d666c61742d737175617265266c696e6b3d68747470733a2f2f73746174616d69632e636f6d)

Statamic Google Places Field
============================

[](#statamic-google-places-field)

A Google Places addon for Statamic V4 that fetch and store data from Google Places API.

Installation
============

[](#installation)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require plugrbase/statamic-google-places-field
```

Optionally publish the config file of this package:

```
php artisan vendor:publish --provider="Plugrbase\GooglePlacesField\ServiceProvider"
```

Add an environment variable. Provide the Google API key that you want to use for this project.

```
GOOGLE_MAPS_API_KEY=""

```

Fieldtype
=========

[](#fieldtype)

This addon will add a new fieldtype named "Google Place". Once added, you'll have access to the following field:

[![fieldtype](./docs/field-form.png)](./docs/field-form.png)

This new field allow you to fetch data from the Google Places API by providing a "place ID" or a "search string". If the API does returns any data, you'll receive a confirmation message with some basic informations.

Once the data are fetched and saved, you'll be able to access the data related to the place with the tag mentionned below.

Available Tags
==============

[](#available-tags)

Insert the tags below into your antlers template.

Place data
----------

[](#place-data)

```
{{ g_place_data data="{ google_place.content }" }} ... {{ /g_place_data }}

```

### Parameter(s)

[](#parameters)

- `data` — The data fetched from the Google Places API.

### Example

[](#example)

```
{{ g_place_data data="{ google_place.content }" }}
    {{ adr_address }}
    {{ business_status }}
{{ /g_place_data }}
```

See [Google's Official documentation](https://developers.google.com/maps/documentation/places/web-service/search-find-place) for more information on all available data.

NB: The input type 'textquery' is used by default and can't be modified.

Place name
----------

[](#place-name)

This tag return the name provided in the "Google place" field in the admin.

```
{{ google_place.name }}

```

Place raw data
--------------

[](#place-raw-data)

This tag return the raw data fetched from the Google Places API.

```
{{ google_place.content }}

```

Official Support
----------------

[](#official-support)

If you're in need of some help, [send an email to](mailto:hello@plugrbase.com)!

License
=======

[](#license)

This addon is a commercial addon - you **must purchase a license** via the [Statamic Marketplace](https://statamic.com/addons/plugrbase/google-maps-places-field) to use it in a production environment.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance42

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.2% 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 ~142 days

Recently: every ~285 days

Total

9

Last Release

473d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6c4547b5482d26ce478f454ec301e8cc0104f97aa7b05086b58037429816cc75?d=identicon)[Djoul](/maintainers/Djoul)

---

Top Contributors

[![Djoul](https://avatars.githubusercontent.com/u/99880?v=4)](https://github.com/Djoul "Djoul (35 commits)")[![duncanmcclean](https://avatars.githubusercontent.com/u/19637309?v=4)](https://github.com/duncanmcclean "duncanmcclean (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/plugrbase-statamic-google-places-field/health.svg)

```
[![Health](https://phpackages.com/badges/plugrbase-statamic-google-places-field/health.svg)](https://phpackages.com/packages/plugrbase-statamic-google-places-field)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)[statamic-rad-pack/shopify

A Shopify Addon for Statamic

113.1k1](/packages/statamic-rad-pack-shopify)

PHPackages © 2026

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