PHPackages                             laravel-enso/google - 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. laravel-enso/google

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

laravel-enso/google
===================

Google integration settings and helpers for Laravel Enso

2.6.5(1mo ago)024.2k↑60.9%14MITPHP

Since Aug 12Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/laravel-enso/google)[ Packagist](https://packagist.org/packages/laravel-enso/google)[ Docs](https://github.com/laravel-enso/google)[ RSS](/packages/laravel-enso-google/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (12)Versions (43)Used By (4)

Google
======

[](#google)

[![License](https://camo.githubusercontent.com/8f972df6e2824b8fdf53752cf0b7ffef678842308f5cffa8840d780b80b04efd/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f676f6f676c652f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/71ed92f86f30436942e3f9c6607c688367f996ec070df24f1d8828c7f9dc2f9d/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f676f6f676c652f76657273696f6e)](https://packagist.org/packages/laravel-enso/google)[![Downloads](https://camo.githubusercontent.com/a60591340a50faabbeed5f92eae514465b87f24917b9941a9e33933fc267b0bb/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f676f6f676c652f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/google)[![PHP](https://camo.githubusercontent.com/ef6afd4ccdaa708a9b1a0a353d6d03a13ca1f03887b8db701d4118dc30a6735a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e302532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/a429434c515b03dd7c1991e3f1d95a31f2e6bcadbb2a15c48e5405d366ac8ff5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f676f6f676c652e737667)](https://github.com/laravel-enso/google/issues)[![Merge Requests](https://camo.githubusercontent.com/c8217c2f0134ab93abcee27ab9c046493dcfc5b0e5b5b54172f2b5deab6a1393/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f676f6f676c652e737667)](https://github.com/laravel-enso/google/pulls)

Description
-----------

[](#description)

Google adds Google-related settings, geocoding helpers, Places review access, and a reCAPTCHA validation rule for Laravel Enso.

The package stores a single settings record, supports environment overrides for analytics, ads, maps, places, geocoding, and reCAPTCHA keys, exposes settings endpoints under the Integrations area, and includes a manual upgrade helper for moving legacy table columns toward environment-based configuration.

It is a lightweight integration package rather than a full Google SDK wrapper.

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

[](#installation)

Install the package:

```
composer require laravel-enso/google
```

Run the package migrations:

```
php artisan migrate
```

Optional publish:

```
php artisan vendor:publish --tag=google-config
```

Features
--------

[](#features)

- Settings record for Google integration keys and IDs.
- Settings endpoints under `integrations.google.settings`.
- Geocoding and Places helper services.
- Invokable reCAPTCHA validation rule backed by the configured secret.
- Manual upgrade helper for deprecating old database columns.

Usage
-----

[](#usage)

Resolve current runtime settings through the settings model:

```
use LaravelEnso\Google\Models\Settings;

$mapsKey = Settings::mapsKey();
$mapId = Settings::mapId();
$placesKey = Settings::placesKey();
$recaptchaKey = Settings::recaptchaKey();
```

Use the validation rule:

```
use LaravelEnso\Google\Validation\Recaptcha;
```

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/integrations/google/settings`
- `PATCH api/integrations/google/settings/{settings}`

### Services

[](#services)

- `LaravelEnso\\Google\\APIs\\Geocoding`
- `LaravelEnso\\Google\\APIs\\Reviews`
- `LaravelEnso\\Google\\Validation\\Recaptcha`

Depends On
----------

[](#depends-on)

Required Enso packages:

- [`laravel-enso/forms`](https://docs.laravel-enso.com/backend/forms.html) [↗](https://github.com/laravel-enso/forms)
- [`laravel-enso/helpers`](https://docs.laravel-enso.com/backend/helpers.html) [↗](https://github.com/laravel-enso/helpers)
- [`laravel-enso/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)
- [`laravel-enso/upgrade`](https://docs.laravel-enso.com/backend/upgrade.html) [↗](https://github.com/laravel-enso/upgrade)

Companion frontend package:

- [`@enso-ui/google`](https://docs.laravel-enso.com/frontend/google.html) [↗](https://github.com/enso-ui/google)

Contributions
-------------

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance92

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~8 days

Total

34

Last Release

41d ago

Major Versions

1.0.5 → 2.0.02022-02-25

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (17 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (17 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (6 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (4 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (1 commits)")[![tedipop16](https://avatars.githubusercontent.com/u/71398467?v=4)](https://github.com/tedipop16 "tedipop16 (1 commits)")

---

Tags

googlerecaptchamapsplaceslaravel-enso

### Embed Badge

![Health badge](/badges/laravel-enso-google/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-google/health.svg)](https://phpackages.com/packages/laravel-enso-google)
```

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.8k11](/packages/laravel-enso-localisation)[laravel-enso/core

The backend shell of a Laravel Enso application

3465.3k206](/packages/laravel-enso-core)[laravel-enso/tables

Server-side data tables and export backend for Laravel Enso

63355.1k84](/packages/laravel-enso-tables)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

1140.7k](/packages/laravel-enso-tutorials)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2044.0k6](/packages/laravel-enso-data-import)[laravel-enso/forms

JSON-based form builder for Laravel Enso

12354.2k85](/packages/laravel-enso-forms)

PHPackages © 2026

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