PHPackages                             rentalmanager/geolocate - 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. [API Development](/categories/api)
4. /
5. rentalmanager/geolocate

ActiveLibrary[API Development](/categories/api)

rentalmanager/geolocate
=======================

Geolocate package for easier property geolocate functionality.

v1.0.1(7y ago)020proprietaryPHPPHP ^7.1.3

Since Sep 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rentalmanager/geolocate)[ Packagist](https://packagist.org/packages/rentalmanager/geolocate)[ Docs](https://github.com/rentalmanager/geocode)[ RSS](/packages/rentalmanager-geolocate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

RentalManager - Geolocate
=========================

[](#rentalmanager---geolocate)

A package made for Rentbits for easier maintenance and modularity of managing rental listings. It includes all migrations, models and relations to run the rental system.

Installation, Configuration and Usage
-------------------------------------

[](#installation-configuration-and-usage)

### Installation

[](#installation)

Via Composer

```
composer require rentalmanager/geolocate
```

### Configuration

[](#configuration)

Once you install the package, it should be automatically discovered by the Laravel. To check this, in your terminal simply run the:

```
$ php artisan
```

There you should find the all `rm:*` commands.

First step after checking is to publish the vendors:

```
$ php artisan vendor:publish --tag="geolocate"
```

You can setup the Google Maps API key in the config file or in the .env file. Other settings are available in the config file as well.

Thats it...

Usage
-----

[](#usage)

This package is used to geolocate the property through the provided Facade

Facade
------

[](#facade)

This package provides methods for fetching, geolocating records. For example you have a following situation:

(First of you need to use the Facade as )

`use RentalManager\Geolocate\Facades\Geolocate;`

in your class.

```
// You have the address in a string
$address = '2136 Market St, Philadelphia, PA 19103';

// So you just want to get the geolocation data from it
$response = Geolocate::find($address);
```

Dump the response to see what it retrieves

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Every ~0 days

Total

2

Last Release

2796d ago

### Community

Maintainers

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

---

Top Contributors

[![gorankrgovic](https://avatars.githubusercontent.com/u/12137730?v=4)](https://github.com/gorankrgovic "gorankrgovic (2 commits)")

---

Tags

geocodeRentbitsgeolocate

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/rentalmanager-geolocate/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[yandex/geo

PHP-library for interactions with geo-coding Yandex.Maps

117309.0k3](/packages/yandex-geo)[jcf/geocode

Google Geocoding API for Laravel

48160.5k](/packages/jcf-geocode)[opencage/geocode

A PHP library for geocoding via the OpenCage Geocoder API

37480.0k4](/packages/opencage-geocode)[ok/ipstack-client

A PHP wrapper for using Ipstack API

10384.3k](/packages/ok-ipstack-client)[jackmartin/laravel-yandex-geocode

Simply service laravel Yandex Geocoding

1016.6k](/packages/jackmartin-laravel-yandex-geocode)

PHPackages © 2026

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