PHPackages                             kriosmane/open-street-map - 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. kriosmane/open-street-map

ActiveLibrary[API Development](/categories/api)

kriosmane/open-street-map
=========================

Package for integrate OpenStreetMap in Laravel

v1.0.3(1y ago)030MITPHP

Since Feb 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/kriosmane/open-street-map)[ Packagist](https://packagist.org/packages/kriosmane/open-street-map)[ Docs](https://github.com/kriosmane/open-street-map)[ RSS](/packages/kriosmane-open-street-map/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fdc89b31b156fe549fddf8ab2b6ccb56f29344870df101033477a9e901577f9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b72696f736d616e652f6f70656e2d7374726565742d6d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/open-street-map)[![Total Downloads](https://camo.githubusercontent.com/5c987f2ac9ec03ced07b9f5984782184f3733137b7dc00355f4ce25961f53446/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b72696f736d616e652f6f70656e2d7374726565742d6d61702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kriosmane/open-street-map)

Kriosmane/OpenStreetMap
=======================

[](#kriosmaneopenstreetmap)

A Laravel package that simplifies integration with the OpenStreetMap Nominatim API to fetch coordinates, address details, and more.

Table of Contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [License](#license)

---

Requirements
------------

[](#requirements)

- **PHP** &gt;= 8.1
- **Laravel** &gt;= 11
- **Composer** installed

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

[](#installation)

1. **Require** the package via Composer:

    ```
    composer require kriosmane/open-street-map
    ```
2. **Publish configuration** (optional)

    ```
    php artisan vendor:publish --provider="Kriosmane\OpenStreetMap\Providers\OpenStreetMapServiceProvider" --tag="config"
    ```

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

[](#configuration)

By default, the package looks for the following configuration parameters:

```
return [
    'api_base_url' => env('OSM_API_BASE_URL', 'https://nominatim.openstreetmap.org'),
    'timeout'      => env('OSM_API_TIMEOUT', 5),
];
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance42

Moderate activity, may be stable

Popularity8

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

Every ~2 days

Total

4

Last Release

479d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3630423?v=4)[Krios](/maintainers/kriosmane)[@kriosmane](https://github.com/kriosmane)

---

Top Contributors

[![kriosmane](https://avatars.githubusercontent.com/u/3630423?v=4)](https://github.com/kriosmane "kriosmane (9 commits)")

---

Tags

laravelmapsopenstreetmaplaravelgeolocationmapOpenStreetMapopen street map

### Embed Badge

![Health badge](/badges/kriosmane-open-street-map/health.svg)

```
[![Health](https://phpackages.com/badges/kriosmane-open-street-map/health.svg)](https://phpackages.com/packages/kriosmane-open-street-map)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M920](/packages/statamic-cms)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k36.4M126](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k13.5M60](/packages/knuckleswtf-scribe)[igaster/laravel_cities

Seed all countries/cities from geonames.org database. Searchable DB tree, ready to use API &amp; a bonus vue.js component!

17993.4k1](/packages/igaster-laravel-cities)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

72287.1k1](/packages/mozex-anthropic-laravel)[jbohme/nominatim-laravel

Wrapper for Nominatim API to Laravel

1240.5k](/packages/jbohme-nominatim-laravel)

PHPackages © 2026

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