PHPackages                             stevenbraham/laravel-nominatim-search - 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. stevenbraham/laravel-nominatim-search

ActiveLibrary[API Development](/categories/api)

stevenbraham/laravel-nominatim-search
=====================================

Very basic Laravel component for quickly geocoding an address using Nominatim with caching

v1.0.0(1y ago)014MITPHPPHP ^8.0

Since Jul 3Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/stevenbraham/laravel-nominatim-search)[ Packagist](https://packagist.org/packages/stevenbraham/laravel-nominatim-search)[ RSS](/packages/stevenbraham-laravel-nominatim-search/feed)WikiDiscussions main Synced today

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

Laravel Nominatim Search
========================

[](#laravel-nominatim-search)

This a very basic Laravel component for quickly geocoding an address using OpenStreet [Map Nominatim](https://nominatim.openstreetmap.org/) with caching

Usage
-----

[](#usage)

After installing the package, you can use the `NominatimSearch` facade to geocode an address. This is automatically added by the service provider.

```
use StevenBraham\NominatimSearch\Facades\NominatimSearch;

$address = '1600 Amphitheatre Parkway, Mountain View, CA';

// $location is an array with values 'lat' and 'lon' or null if the address could not be found
$location = NominatimSearch::encodeAddress($address);
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

365d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1886415?v=4)[Steven Braham](/maintainers/stevenbraham)[@stevenbraham](https://github.com/stevenbraham)

---

Top Contributors

[![stevenbraham](https://avatars.githubusercontent.com/u/1886415?v=4)](https://github.com/stevenbraham "stevenbraham (7 commits)")

### Embed Badge

![Health badge](/badges/stevenbraham-laravel-nominatim-search/health.svg)

```
[![Health](https://phpackages.com/badges/stevenbraham-laravel-nominatim-search/health.svg)](https://phpackages.com/packages/stevenbraham-laravel-nominatim-search)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M986](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

783.8k](/packages/scriptdevelop-whatsapp-manager)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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