PHPackages                             laurel/google-maps - 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. laurel/google-maps

ActiveLibrary[API Development](/categories/api)

laurel/google-maps
==================

Database filling and place searching via GoogleMaps Places API

1.0.3(6y ago)025MITPHPPHP ^7.2.5CI failing

Since Jun 25Pushed 6y ago1 watchersCompare

[ Source](https://github.com/prokhorenko-vladyslav/LaurelGoogleMaps)[ Packagist](https://packagist.org/packages/laurel/google-maps)[ RSS](/packages/laurel-google-maps/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

This package provides tools that allow add to your application location autocomplete. Search works using GoogleMaps Places API.

Installing with Composer
========================

[](#installing-with-composer)

You can install this package via Composer with this command

> composer require laurel/google-maps

Installation in Laravel
=======================

[](#installation-in-laravel)

To install in Laravel you need to modify the `providers` array in `config/app.php` to include the service provider

> 'providers' =&gt; \[
>
> ```
>   //..
>   Laurel\GoogleMaps\App\Providers\GoogleMapsServiceProvider::class,
>
> ```
>
>
>
> \],

Then run `composer update`.

After that you need to publish config files. To do this run next command:

> php artisan vendor:publish --tag=config --provider=Laurel\\GoogleMaps\\App\\Providers\\GoogleMapsServiceProvider

Specify in the package config file models, fields and relation method for Countries, Regions, Cities and PostalCodes.

Using
=====

[](#using)

To get GoogleMaps API predictions use next method:

> \\Laurel\\GoogleMaps\\GoogleMaps::instance()-&gt;autocomplete(string $searchQuery);

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

4

Last Release

2210d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8728675?v=4)[Laurel](/maintainers/Laurel)[@laurel](https://github.com/laurel)

---

Top Contributors

[![prokhorenko-vladyslav](https://avatars.githubusercontent.com/u/38713205?v=4)](https://github.com/prokhorenko-vladyslav "prokhorenko-vladyslav (20 commits)")

### Embed Badge

![Health badge](/badges/laurel-google-maps/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.2k](/packages/statamic-cms)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

137236.2k8](/packages/statamic-rad-pack-runway)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3622.8k](/packages/duncanmcclean-statamic-cargo)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

793.9k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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