PHPackages                             minube/osrm-client - 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. minube/osrm-client

ActiveLibrary[API Development](/categories/api)

minube/osrm-client
==================

API client for the OSRM project

016[1 issues](https://github.com/minube/osrm-client/issues)PHP

Since Feb 16Pushed 10y ago6 watchersCompare

[ Source](https://github.com/minube/osrm-client)[ Packagist](https://packagist.org/packages/minube/osrm-client)[ RSS](/packages/minube-osrm-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

OSRM Client
===========

[](#osrm-client)

Features
--------

[](#features)

- viaroute (computation of the shortest path on the road network between two coordinates)
- locate ( *under development* )
- nearest ( *under development* )

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

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

Viaroute

```
$client = new Osrm\Client('http://server:5000');
$from = new Osrm\Coordinate(40.418888888889, -3.6919444444444);
$to = new Osrm\Coordinate(41.3825, 2.1769444444444);
$route = $client->getRoute($from, $to);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![fjalvarezdd](https://avatars.githubusercontent.com/u/1707308?v=4)](https://github.com/fjalvarezdd "fjalvarezdd (3 commits)")

### Embed Badge

![Health badge](/badges/minube-osrm-client/health.svg)

```
[![Health](https://phpackages.com/badges/minube-osrm-client/health.svg)](https://phpackages.com/packages/minube-osrm-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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