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(5y ago)025MITPHPPHP ^7.2.5CI failing

Since Jun 25Pushed 5y 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 1mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2117d 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

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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