PHPackages                             rodgermd/geotools - 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. rodgermd/geotools

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

rodgermd/geotools
=================

Geo Tools for PHP 5.4

v0.1.0(12y ago)3455MITPHPPHP &gt;= 5.4.0

Since Mar 11Pushed 9y agoCompare

[ Source](https://github.com/rodgermd/route-boxer)[ Packagist](https://packagist.org/packages/rodgermd/geotools)[ Docs](https://github.com/bazo/route-boxer)[ RSS](/packages/rodgermd-geotools/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

route-boxer
===========

[](#route-boxer)

PHP implementation of Google Route Boxer

Install
-------

[](#install)

add this line to your composer.json

```
"bazo/geotools" : "v0.1.0"

```

run composer install

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

[](#how-to-use)

```

//add all points from calculated route
$points = [
	[48.167, 17.104],
	[48.399, 17.586],
	[48.908, 18.049],
	[49.22253, 18.734436],
	[48.728115, 21.255798],
];

$collection = new GeoTools\LatLngCollection($points);

$boxer = new GeoTools\RouteBoxer();

//calculate boxes with 10km distance from the line between points
$boxes = $boxer->box($collection, $distance = 10);

//boxes now contain an array of LatLngBounds

```

Enjoy

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4532d ago

### Community

Maintainers

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

---

Top Contributors

[![bazo](https://avatars.githubusercontent.com/u/181588?v=4)](https://github.com/bazo "bazo (6 commits)")

---

Tags

geocodinggeometrygeoroute boxing

### Embed Badge

![Health badge](/badges/rodgermd-geotools/health.svg)

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

###  Alternatives

[brick/geo

GIS geometry library

2511.5M24](/packages/brick-geo)[geokit/geokit

Geo-Toolkit for PHP

251977.2k6](/packages/geokit-geokit)[geo-io/interface

Geo I/O base interfaces.

626.5M7](/packages/geo-io-interface)[willdurand/geocoder

Common files for PHP Geocoder

17338.6M173](/packages/willdurand-geocoder)[hannesvdvreken/pip

The Polygon class

1838.8k1](/packages/hannesvdvreken-pip)[naif/map_address

A Laravel Nova field to place a marker on map to get coordinates then it reverse geocoding the coordinates to get a street address

134.2k](/packages/naif-map-address)

PHPackages © 2026

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