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

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

imageplus/geocoder
==================

Postcode lookup wrapper

v0.1(5y ago)12322MITPHP

Since Dec 9Pushed 5y ago2 watchersCompare

[ Source](https://github.com/imageplus/geocoder)[ Packagist](https://packagist.org/packages/imageplus/geocoder)[ RSS](/packages/imageplus-geocoder/feed)WikiDiscussions master Synced 1w ago

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

Geocoding made simple - without all the clutter and complexity
==============================================================

[](#geocoding-made-simple---without-all-the-clutter-and-complexity)

A Laravel 5.X package providing simple wrappers over three postcode geocoding services

Here are a few short examples of what you can do:

```
 $results = Geocoder::geocode($request->postcode,'googlemaps');
 $latitude = $results['lat'];
$longitude = $results['lng'];
```

Documentation
-------------

[](#documentation)

TBC

Find yourself stuck using the package? Found a bug? Got a suggestion of additional providers to add Feel free to [create an issue on GitHub](https://github.com/imageplus/geocoder/issues), we'll try to address it as soon as possible.

If you've found a bug regarding security please mail .

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

[](#installation)

You can install this package via composer using this command:

```
composer require imageplus/geocoder
```

You will need to register the service provider the usual way.

```
 'providers' => [

        /*
         * Package Service Providers...
         */
        Imageplus\Geocoder\GeocoderServiceProvider::class,

    ],
```

Autodiscovery TBC

You can publish required configuration files using

```
php artisan vendor:publish
```

Please then add API keys for the providers you wish to use to your .env file. They should be stored in the following format by default:

```
IMAGEGEO_PREFER=postcodeio
OPENCAGE_API_KEY=
GOOGLE_MAPS_API_KEY=
```

Testing
-------

[](#testing)

TBC

Who are we?
-----------

[](#who-are-we)

Image+ are a web and mobile app development agency based in Coventry, United Kingdom.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1987d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6733ad87ac5b70e5e01b6a022e80475bec93eb8bef4c88d706807d46d4f9b672?d=identicon)[imageplus](/maintainers/imageplus)

---

Top Contributors

[![stevejones200](https://avatars.githubusercontent.com/u/6973666?v=4)](https://github.com/stevejones200 "stevejones200 (3 commits)")[![stevejones20](https://avatars.githubusercontent.com/u/3797574?v=4)](https://github.com/stevejones20 "stevejones20 (2 commits)")[![harryhindson-glitch](https://avatars.githubusercontent.com/u/243531910?v=4)](https://github.com/harryhindson-glitch "harryhindson-glitch (1 commits)")[![harrymessenger](https://avatars.githubusercontent.com/u/30409020?v=4)](https://github.com/harrymessenger "harrymessenger (1 commits)")[![imageplus](https://avatars.githubusercontent.com/u/176192?v=4)](https://github.com/imageplus "imageplus (1 commits)")

### Embed Badge

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

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

###  Alternatives

[aaronvangeffen/awstatsparser

A series of classes to help read and merge Awstats data files

112.8k](/packages/aaronvangeffen-awstatsparser)

PHPackages © 2026

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