PHPackages                             marleysidapple/geoaddress - 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. marleysidapple/geoaddress

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

marleysidapple/geoaddress
=========================

Geo-address api for laravel. Get latitude and longitude from location

1241PHP

Since Sep 8Pushed 9y ago1 watchersCompare

[ Source](https://github.com/marleysidapple/geoaddress)[ Packagist](https://packagist.org/packages/marleysidapple/geoaddress)[ RSS](/packages/marleysidapple-geoaddress/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Google geoaddress coordinates
=============================

[](#google-geoaddress-coordinates)

Get coordinates of the place by passing address as a string.

### Prerequisities

[](#prerequisities)

this will require guzzle. so first make sure you have installed guzzle.

```
"guzzlehttp/guzzle": "~4.0"

```

### Installing

[](#installing)

To install, edit your `composer.json` and add the line mentioned below.

```
"marleysidapple/geoaddress": "dev-master"

```

Then run `composer update`

### Configuration

[](#configuration)

After installation, go to `config/app.php`. Add

```
 Marleysid\Geoaddress\GeoaddressServiceProvider::class,

```

in provider array. Add `alias` as well in alias array

```
 'Geoaddress'=> Marleysid\Geoaddress\Facade\GeoaddressFacade::class,

```

For publishing `configuration`. Run following command

```
php artisan vendor:publish

```

Once publish is completed open `config/geo-address.php` and set `applicationkey`

\##Example

include `use Marleysid\Geoaddress\Geoaddress;` in the controller

```
$response  = \Geoaddress::latlng('Berlin, Germany');

$lat = $response['lat'];
$lng = $response ['lng'];

```

Contributing
------------

[](#contributing)

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

Authors
-------

[](#authors)

- **Siddhartha Bhatta** - *Initial work* - [marleysidapple](https://github.com/marleysidapple)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

Acknowledgments
---------------

[](#acknowledgments)

- alexpechkarev/google-geocoder

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14216306?v=4)[Siddhartha Bhatta](/maintainers/marleysidapple)[@marleysidapple](https://github.com/marleysidapple)

---

Top Contributors

[![marleysidapple](https://avatars.githubusercontent.com/u/14216306?v=4)](https://github.com/marleysidapple "marleysidapple (21 commits)")

### Embed Badge

![Health badge](/badges/marleysidapple-geoaddress/health.svg)

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

###  Alternatives

[laravel-admin-ext/scheduling

Task scheduling extension for laravel-admin

93251.5k6](/packages/laravel-admin-ext-scheduling)

PHPackages © 2026

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