PHPackages                             nmfzone/google-map-place-detail-laravel - 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. nmfzone/google-map-place-detail-laravel

ActiveLibrary[API Development](/categories/api)

nmfzone/google-map-place-detail-laravel
=======================================

Get Place Detail using Google Map API

v1.0.6(7y ago)177MITPHPPHP &gt;=7.1.0

Since Dec 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nmfzone/google-map-place-detail-laravel)[ Packagist](https://packagist.org/packages/nmfzone/google-map-place-detail-laravel)[ Docs](https://github.com/nmfzone/google-map-place-detail-laravel)[ RSS](/packages/nmfzone-google-map-place-detail-laravel/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

Google Map Place Detail
=======================

[](#google-map-place-detail)

Get Place Detail using Google Map API in Laravel.

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

[](#installation)

### Requirements

[](#requirements)

```
>= PHP 7.1

```

### Installation in Laravel 5.5 and up

[](#installation-in-laravel-55-and-up)

```
$ composer require nmfzone/google-map-place-detail-laravel
```

The package will automatically register itself.

### Installation in Laravel 5.4

[](#installation-in-laravel-54)

```
$ composer require nmfzone/google-map-place-detail-laravel
```

Next up, the service provider must be registered:

```
// config/app.php

'providers' => [
    ...
    NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailServiceProvider::class,
];
```

If you want to make use of the facade you must install it as well:

```
// config/app.php

'aliases' => [
    ...
    'GoogleMapPlaceDetail' => NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailFacade::class,
];
```

If you want to change the default config, you must publish the config file:

```
$ php artisan vendor:publish --provider="NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetail"
```

### Installation in Lumen

[](#installation-in-lumen)

```
$ composer require nmfzone/google-map-place-detail-laravel
```

Next up, the service provider must be registered:

```
// bootstrap/app.php

$app->register(NMFCODES\GoogleMapPlaceDetail\GoogleMapPlaceDetailServiceProvider::class);
```

Usage
-----

[](#usage)

Using facade (with default config),

```
GoogleMapPlaceDetail::getDetails('ChIJY67epzRYei4R5AnGbv3UNXQ')->getName();

GoogleMapPlaceDetail::getDetails('ChIJY67epzRYei4R5AnGbv3UNXQ')->getProvince();
```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Nabil M. Firdaus](https://twitter.com/nmfzone)
- [All contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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

Every ~73 days

Recently: every ~109 days

Total

7

Last Release

2669d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9b0f009d7a74c0e93594313bcd493103393ca14e498a044accc337e3afcfa35?d=identicon)[nmfzone](/maintainers/nmfzone)

---

Top Contributors

[![nmfzone](https://avatars.githubusercontent.com/u/10361906?v=4)](https://github.com/nmfzone "nmfzone (10 commits)")

---

Tags

laravelgoogleplace details

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nmfzone-google-map-place-detail-laravel/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M169](/packages/laravel-ai)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)

PHPackages © 2026

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