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 yesterday

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 36% 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

2848d 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

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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