PHPackages                             laraxot/module\_geo - 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. laraxot/module\_geo

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

laraxot/module\_geo
===================

01[3 PRs](https://github.com/laraxot/module_geo/pulls)PHP

Since Dec 14Pushed 1y ago9 watchersCompare

[ Source](https://github.com/laraxot/module_geo)[ Packagist](https://packagist.org/packages/laraxot/module_geo)[ RSS](/packages/laraxot-module-geo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

:package\_description
=====================

[](#package_description)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5f26f29e3835d3e04dfb3e6992e46b5430e5084e3f511c8585677c49a7b93a14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f725f736c75672f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)[![GitHub Tests Action Status](https://camo.githubusercontent.com/48768a6d8d6471857870b20d11735c44f8cfe7025077c8c3f645f8e757a7c213/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3a76656e646f725f736c75672f3a7061636b6167655f736c75672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/db30bf47698cc6b3d97837d8d9457d030f2d7476e6cbe69afd6d4d855720a21e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3a76656e646f725f736c75672f3a7061636b6167655f736c75672f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/eecef849b077e1fd177407f7332e114b97c07a007ef6f271940339001b727e66/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3a76656e646f725f736c75672f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use template" button at the top of this repo to create a new repo with the contents of this skeleton.
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
3. Have fun creating your package.
4. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/d7f26d1155fe87eaf7316120ab13df33a13607eaf39c890056b69a8dce07de16/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f3a7061636b6167655f6e616d652e6a70673f743d31)](https://spatie.be/github-ad-click/:package_name)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require :vendor_slug/:package_slug
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag=":package_slug-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag=":package_slug-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag=":package_slug-views"
```

Usage
-----

[](#usage)

```
$variable = new VendorName\Skeleton();
echo $variable->echoPhrase('Hello, VendorName!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/:author_username)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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://www.gravatar.com/avatar/fce694e07e5977cd46a2453ebb559b0040301bd5a5a1e841fe9aec666aa9f232?d=identicon)[marco76tv](/maintainers/marco76tv)

---

Top Contributors

[![marco76tv](https://avatars.githubusercontent.com/u/1944941?v=4)](https://github.com/marco76tv "marco76tv (388 commits)")[![dade1987](https://avatars.githubusercontent.com/u/19210174?v=4)](https://github.com/dade1987 "dade1987 (35 commits)")[![Malebestia](https://avatars.githubusercontent.com/u/13001161?v=4)](https://github.com/Malebestia "Malebestia (29 commits)")[![AlessandroCian](https://avatars.githubusercontent.com/u/86304684?v=4)](https://github.com/AlessandroCian "AlessandroCian (1 commits)")

### Embed Badge

![Health badge](/badges/laraxot-module-geo/health.svg)

```
[![Health](https://phpackages.com/badges/laraxot-module-geo/health.svg)](https://phpackages.com/packages/laraxot-module-geo)
```

###  Alternatives

[phalcon/zephir

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP

3.4k414.1k18](/packages/phalcon-zephir)[rafaelfragoso/haversini-formula

This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.

45212.0k](/packages/rafaelfragoso-haversini-formula)

PHPackages © 2026

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