PHPackages                             selezneva/geocoding - 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. selezneva/geocoding

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

selezneva/geocoding
===================

package for geocoding

2.2.1(8y ago)218MITVue

Since Oct 29Pushed 8y agoCompare

[ Source](https://github.com/seleznevaksenia/Googlegeocoding)[ Packagist](https://packagist.org/packages/selezneva/geocoding)[ RSS](/packages/selezneva-geocoding/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (2)Versions (13)Used By (0)

What is Geocoding?
==================

[](#what-is-geocoding)

Geocoding is the process of converting addresses (like "1600 Amphitheatre Parkway, Mountain View, CA") into geographic coordinates (like latitude 37.423021 and longitude -122.083739), which you can use to place markers on a map, or position the map.

Reverse geocoding is the process of converting geographic coordinates into a human-readable address. [![Alt text](map.png?raw=true "Example")](map.png?raw=true)

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

[](#installation)

This package can be installed with help of [Composer](http://getcomposer.org)

```
composer require selezneva/geocoding

```

```
sudo apt-get install redis-server

```

```
php artisan vendor:publish

```

```
in config/geocoding.php put your api key

```

```
in your ENV. file CACHE_DRIVER = redis

```

```
clear routes/web.php file to avoide routes conflicts

```

```
npm run dev

```

```
the project is available by "your-domain-name" in your browser

```

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

[](#how-to-use-functional)

**Geocoding**

```
http://your-domain-name.local/geo/?language=en&address=Paris&formatted=true

```

**Reverse Geocoding**

```
http://your-domain-name.local/rev/?language=en&longitude=40.7155809802915&latitude=40.7155809802915&postalCode=true

```

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity70

Established project with proven stability

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 ~5 days

Total

12

Last Release

3065d ago

Major Versions

0.2.0 → 1.0.02017-12-08

1.0.2 → 2.0.02017-12-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8722698bbdc8a43306fe539ada5289420298fca3d57bb4fa9fd0816d96a483d?d=identicon)[seleznevaksenia](/maintainers/seleznevaksenia)

---

Tags

google-apilaravel-5vue-routervuejs2

### Embed Badge

![Health badge](/badges/selezneva-geocoding/health.svg)

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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