PHPackages                             hiteshvala/google-map-marker - 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. hiteshvala/google-map-marker

ActiveLibrary[API Development](/categories/api)

hiteshvala/google-map-marker
============================

A Laravel package for Google Map API Collection. You can use all google map features in laravel.

v1.4.0(3y ago)610MITPHPPHP ^8.0|^8.1|^8.2

Since May 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hiteshsamcom/google-map-marker)[ Packagist](https://packagist.org/packages/hiteshvala/google-map-marker)[ RSS](/packages/hiteshvala-google-map-marker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

Get Details of Google Map Location
==================================

[](#get-details-of-google-map-location)

[![Hitesh Logo](https://avatars.githubusercontent.com/u/92365321?v=4)](https://github.com/hiteshsamcom/google-map-marker)

[![Total Downloads](https://camo.githubusercontent.com/e9323d122f74b175bbe5c1444076e4397af9c30c8be85e1e9209e7d53fa82412/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68697465736876616c612f676f6f676c652d6d61702d6d61726b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hiteshvala/google-map-marker)[![Latest Stable Version](https://camo.githubusercontent.com/bc260d1752ce34ed17adcbe7660b4ac648e99b44cf0f7b92e2d62a12f1ee1b93/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f68697465736873616d636f6d2f676f6f676c652d6d61702d6d61726b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hiteshvala/google-map-marker)[![Code Size](https://camo.githubusercontent.com/8d51b02d0d3e405e4e0ae6ec71279af1bf8c7115f9549d1ad1aa3dd54d3c4dc7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f68697465736873616d636f6d2f676f6f676c652d6d61702d6d61726b6572)](https://packagist.org/packages/hiteshvala/google-map-marker)

Install package

```
composer require hiteshvala/google-map-marker
```

Once the package is installed, you can use it in your Laravel application by creating a new instance of the `GoogleMapMarker` class and calling the `getLocationDetails` method with the latitude and longitude parameters.

```
use HiteshVala\GoogleMapMarker\GoogleMapMarker;

$apiKey = 'YOUR_GOOGLE_MAPS_API_KEY';

$marker = new GoogleMapMarker($apiKey);

$location = $marker->getLocationDetails($lat, $lng);
```

To get address details based on full address of location calling the `getAddressDetails` method with the address parameters.

```
$address = $marker->getAddressDetails($address);
```

To get a timezone based on location calling the `getTimezone` method with the latitude and longitude parameters, make sure your map key have timezone API access.

```
$timezone = $marker->getTimezone($lat, $lng);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

5

Last Release

1096d ago

PHP version history (3 changes)v1.0.0PHP ^8.1

v1.1.0PHP ^8.0|^8.1

v1.4.0PHP ^8.0|^8.1|^8.2

### Community

Maintainers

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

---

Top Contributors

[![hiteshsamcom](https://avatars.githubusercontent.com/u/92365321?v=4)](https://github.com/hiteshsamcom "hiteshsamcom (22 commits)")

---

Tags

laravellatitudelongitudegoogle mapstimezone

### Embed Badge

![Health badge](/badges/hiteshvala-google-map-marker/health.svg)

```
[![Health](https://phpackages.com/badges/hiteshvala-google-map-marker/health.svg)](https://phpackages.com/packages/hiteshvala-google-map-marker)
```

###  Alternatives

[irazasyed/telegram-bot-sdk

The Unofficial Telegram Bot API PHP SDK

3.3k4.5M84](/packages/irazasyed-telegram-bot-sdk)[dcblogdev/laravel-microsoft-graph

A Laravel Microsoft Graph API (Office365) package

168285.5k1](/packages/dcblogdev-laravel-microsoft-graph)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[dcblogdev/laravel-xero

A Laravel Xero package

53129.1k1](/packages/dcblogdev-laravel-xero)[ardakilic/mutlucell

Mutlucell SMS API wrapper for sending sms text messages for Laravel

457.3k](/packages/ardakilic-mutlucell)

PHPackages © 2026

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