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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bhuvidya/laravel-geocoder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 2w ago

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

34

—

LowBetter than 75% of packages

Maintenance42

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

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

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.8k69.4k](/packages/grumpydictator-firefly-iii)[statamic/cms

The Statamic CMS Core Package

4.8k3.5M923](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

207923.1k10](/packages/backpack-basset)[firefly-iii/data-importer

Firefly III Data Import Tool.

8005.8k](/packages/firefly-iii-data-importer)

PHPackages © 2026

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