PHPackages                             bhuvidya/laravel-geocoder - 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. bhuvidya/laravel-geocoder

ActiveLibrary

bhuvidya/laravel-geocoder
=========================

A Laravel 5 package to make geocoding a breeze.

v12.0(1y ago)0106MITPHPPHP &gt;=7.0.0CI failing

Since Nov 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bhuvidya/laravel-geocoder)[ Packagist](https://packagist.org/packages/bhuvidya/laravel-geocoder)[ Docs](https://github.com/bhuvidya/laravel-geocoder)[ RSS](/packages/bhuvidya-laravel-geocoder/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (15)Used By (0)

Laravel Geocoder
================

[](#laravel-geocoder)

[![License](https://camo.githubusercontent.com/74fd7f4225b923b468dd6ba34daa78ec46bf6f817f500438b78c1715cb5e272d/68747470733a2f2f706f7365722e707567782e6f72672f62687576696479612f6c61726176656c2d67656f636f6465722f6c6963656e73653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/bhuvidya/laravel-geocoder)[![Total Downloads](https://camo.githubusercontent.com/cb07e599e14a642eb1c44a42590609a62f5c4db8283fe8b4e6c5c29668a947c4/68747470733a2f2f706f7365722e707567782e6f72672f62687576696479612f6c61726176656c2d67656f636f6465722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/bhuvidya/laravel-geocoder)[![Latest Stable Version](https://camo.githubusercontent.com/43fdbe2d649d83302f73790b91d967197966b7ca59595a1a5ac39260e793b731/68747470733a2f2f706f7365722e707567782e6f72672f62687576696479612f6c61726176656c2d67656f636f6465722f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/bhuvidya/laravel-geocoder)[![Latest Unstable Version](https://camo.githubusercontent.com/10bde44f709a42433c3330fb700f17709dee9290bdfbeb705bbfaee75157d34a/68747470733a2f2f706f7365722e707567782e6f72672f62687576696479612f6c61726176656c2d67656f636f6465722f762f756e737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/bhuvidya/laravel-geocoder)

**Note I have now switched the semver versioning for my Laravel packages to "match" the latest supported Laravel version.**

A Laravel 5 package to make geocoding a breeze.

**Please note that this package was tested on Laravel 5.5 - I cannot guarantee it will work on earlier versions. Sorry.**

Installation
------------

[](#installation)

Add `bhuvidya/laravel-geocoder` to your app:

```
$ composer require "bhuvidya/laravel-geocoder"

```

**If you're using Laravel 5.5, you don't have to edit `app/config/app.php`.**

Otherwise, edit `app/config/app.php` and add the service provider:

```
'providers' => [
    'Bhuvidya\Geocoder\GeocoderServiceProvider',
]

```

Configuration
-------------

[](#configuration)

You can elect to manage your own configuration. This is an optional step, but only if you define your Google Maps API Key in your `.env` file via `GOOGLE_MAPS_API_KEY`.

Otherwise run the following command

```
$ php artisan vendor:publish --provider='Bhuvidya\Geocoder\GeocoderServiceProvider' --tag=config

```

The config file can then be found at `config/geocoder.php`.

### Configuration Options

[](#configuration-options)

TODO

Service Class
-------------

[](#service-class)

TODO

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance45

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Recently: every ~409 days

Total

14

Last Release

424d ago

Major Versions

v3.0.2 → v8.02020-09-17

v8.0.1 → v9.02022-04-29

v9.0 → v10.02023-06-15

v10.0 → v11.02024-05-31

v11.0 → v12.02025-03-13

### Community

Maintainers

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

---

Top Contributors

[![bhuvidya](https://avatars.githubusercontent.com/u/455707?v=4)](https://github.com/bhuvidya "bhuvidya (21 commits)")

---

Tags

geocodegooglemapslaravellaravelgooglegooglemapsgeocode

### Embed Badge

![Health badge](/badges/bhuvidya-laravel-geocoder/health.svg)

```
[![Health](https://phpackages.com/badges/bhuvidya-laravel-geocoder/health.svg)](https://phpackages.com/packages/bhuvidya-laravel-geocoder)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[nickurt/laravel-akismet

Akismet for Laravel 11.x/12.x/13.x

97139.6k2](/packages/nickurt-laravel-akismet)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

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

PHPackages © 2026

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