承接 riverside/php-osrm 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

riverside/php-osrm

Composer 安装命令:

composer require riverside/php-osrm

包简介

PHP client for Project-OSRM.

README 文档

README

PHP client for Project-OSRM.

Build Stable License
CI Latest Stable Version License

Installation

  • If Composer is already installed
composer require riverside/php-osrm
  • If Composer is not installed on your system yet, you may go ahead and install it using this command line:
$ curl -sS https://getcomposer.org/installer | php

Next, add the following require entry to the composer.json file in the root of your project.

{
    "require" : {
        "riverside/php-osrm" : "^2.0.1"
    }
}

Finally, use Composer to install php-osrm and its dependencies:

$ php composer.phar install

Loading

require __DIR__ . '/vendor/autoload.php';

API

  • Nearest - Snaps a coordinate to the street network and returns the nearest n matches.
  • Route - Finds the fastest route between coordinates in the supplied order.
  • Table - Computes the duration of the fastest route between all pairs of supplied coordinates. Returns the durations or distances or both between the coordinate pairs.
  • Match - Map matching matches/snaps given GPS points to the road network in the most plausible way.
  • Trip - Solves the Traveling Salesman Problem using a greedy heuristic (farthest-insertion algorithm) for 10 or more waypoints and uses brute force for less than 10 waypoints.
  • Tile - Generates Mapbox Vector Tiles that can be viewed with a vector-tile capable slippy-map viewer.
  • Isochrones - Generates travel time isochrones in GeoJSON format.

Links

riverside/php-osrm 适用场景与选型建议

riverside/php-osrm 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 30.22k 次下载、GitHub Stars 达 11, 最近一次更新时间为 2020 年 01 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「php」 「distance」 「osm」 「OpenStreetMap」 「osrm」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 riverside/php-osrm 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 riverside/php-osrm 我们能提供哪些服务?
定制开发 / 二次开发

基于 riverside/php-osrm 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 30.22k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 22
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 1
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-09