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 3y 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 today

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 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

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

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[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)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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