PHPackages                             codelayer/columbus - 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. codelayer/columbus

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

codelayer/columbus
==================

Provider agnostic address autocomplete

v1.0(6y ago)33MITPHP

Since Feb 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/codelayerhq/columbus)[ Packagist](https://packagist.org/packages/codelayer/columbus)[ RSS](/packages/codelayer-columbus/feed)WikiDiscussions master Synced 6d ago

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

Columbus: Provider agnostic address lookup for laravel
======================================================

[](#columbus-provider-agnostic-address-lookup-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/254144ccadbef4ac49545389d0c8a807aa79ece61494369fa3de984fcf28b82e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656c617965722f636f6c756d6275732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codelayer/columbus)

This package allowes accessing the address lookup api from different geocoding providers using a unified interface.

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

[](#installation)

You can install the package using composer:

```
composer require codelayer/columbus

```

After that you can load the default config and modify if you need to:

```
php artisan vendor:publish --provider="Codelayer\Columbus\ColumbusServiceProvider"

```

By default the required api tokens will be loaded from the `LOCATION_SEARCH_ID` and `LOCATION_SEARCH_SECRET` env variables

Usage
-----

[](#usage)

Currently only autocomplete suggestion is implemented:

```
Columbus::suggest($request->input('q'));

```

### Supported providers

[](#supported-providers)

- [here.com](https://here.com)

To create a new provider implement the `Codelayer\Columbus\Contracts\AddressSearchProvider` interface and update the `columbus.provider` key in your config.

About Us
--------

[](#about-us)

[codelayer](https://codelayer.de) is a web development agency based in Karlsruhe, Germany. This package was developed for use in our product [likvi](https://likvi.de).

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

2286d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f04d4e2cb7a74a716a094852915a387214f7f303914284c3655f9a060ed9efc?d=identicon)[codelayer](/maintainers/codelayer)

---

Top Contributors

[![mawalu](https://avatars.githubusercontent.com/u/2027387?v=4)](https://github.com/mawalu "mawalu (3 commits)")

### Embed Badge

![Health badge](/badges/codelayer-columbus/health.svg)

```
[![Health](https://phpackages.com/badges/codelayer-columbus/health.svg)](https://phpackages.com/packages/codelayer-columbus)
```

###  Alternatives

[stevebauman/location

Retrieve a user's location by their IP Address

1.3k7.6M65](/packages/stevebauman-location)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[pulkitjalan/ip-geolocation

IP Geolocation Wrapper with Laravel Support

89164.9k1](/packages/pulkitjalan-ip-geolocation)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)

PHPackages © 2026

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