mapon-com/client-api-php-sdk

There is no license information available for the latest version (v1.0.0) of this package.

Mapon API PHP SDK

v1.0.0 2017-02-17 15:15 UTC

This package is not auto-updated.

Last update: 2024-03-16 17:15:27 UTC


README

PHP Library to help working with Mapon API.

Setup

Add this package to your project with composer

composer require mapon-com/client-api-php-sdk

Usage

To call API methods use:

MaponApi::get()

or for POST requests:

MaponApi::post()

To decode encoded route data retunred by route/list use:

MaponApi::decodePolyline()

Input parameters are documented as phpdoc comments in the MaponApi.php

Examples

unit/list example