conversional/mapquest

PHP Implementation of the MapQuest API.

Installs: 19 961

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 2

pkg:composer/conversional/mapquest

1.1.2 2021-08-04 19:24 UTC

README

Purpose

Package currently only implements the RouteMatrix endpoint of the API.

Usage

Setup

use /MapQuest/MapQuestApi

$key = 'your_mapquest_key';
$config = array('key' => $key);
$client = new MapQuestApi($config);

Matrix Request

$response = $client->apiMatrixRoute($locations);