Download the PHP package riverside/php-osrm without Composer
On this page you can find all versions of the php package riverside/php-osrm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download riverside/php-osrm
More information about riverside/php-osrm
Files in riverside/php-osrm
Download riverside/php-osrm
More information about riverside/php-osrm
Files in riverside/php-osrm
Vendor riverside
Package php-osrm
Short Description PHP client for Project-OSRM.
License MIT
Homepage https://github.com/riverside/php-osrm
Package php-osrm
Short Description PHP client for Project-OSRM.
License MIT
Homepage https://github.com/riverside/php-osrm
Please rate this library. Is it a good library?
Informations about the package php-osrm
php-osrm
PHP client for Project-OSRM.
Build | Stable | License |
---|---|---|
Installation
-
If Composer is already installed
- If Composer is not installed on your system yet, you may go ahead and install it using this command line:
Next, add the following require entry to the composer.json
file in the root of your project.
Finally, use Composer to install php-osrm and its dependencies:
Loading
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
All versions of php-osrm with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
ext-curl Version *
php Version >=7.0
ext-curl Version *
php Version >=7.0
The package riverside/php-osrm contains the following files
Loading the files please wait ....