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

Abandoned → [biscolab/google-maps-php-sdk](/?search=biscolab%2Fgoogle-maps-php-sdk)ArchivedLibrary

biscolab/geocoder
=================

v1.0(8y ago)1203MITPHPPHP &gt;=5.5.9|7.\*

Since Nov 18Pushed 7y agoCompare

[ Source](https://github.com/biscolab/geocoder)[ Packagist](https://packagist.org/packages/biscolab/geocoder)[ RSS](/packages/biscolab-geocoder/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

\*\*\* NO LONGER MANTAINED \*\*\*
=================================

[](#-no-longer-mantained-)

Replaced by [Google Maps PHP SDK](https://github.com/biscolab/google-maps-php-sdk)

Geocoder
========

[](#geocoder)

Simple Google Maps Geocoder PHP library. Get Latitude and Longitude of selected address in few steps!

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

[](#installation)

You can install the package via composer:

```
composer require biscolab/geocoder:^1.0
```

How to use
----------

[](#how-to-use)

1. Chose the address

```
$address = 'street , , ';
```

2. Get location

```
$loc = (new Geocoder($address))->getLocation();
```

3. Use data `getLocation` method returns a `GeocoderLocation` object. To retrieve latitude (Lat) and longitude (Lng) use the following methods:

```
/**
 * Return the latitude
 *
 * @return float
 */
$lat = $loc->getLat();

/**
 * Return the longitude
 *
 * @return float
 */
$lng = $loc->getLng();
```

That's it!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

3099d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9263090?v=4)[Roberto Belotti](/maintainers/biscolab)[@biscolab](https://github.com/biscolab)

---

Top Contributors

[![biscolab](https://avatars.githubusercontent.com/u/9263090?v=4)](https://github.com/biscolab "biscolab (6 commits)")

---

Tags

geocodergoogle-geocodergoogle-mapslatitudelongitudephp

### Embed Badge

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

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

PHPackages © 2026

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