PHP Library to help working with Mapon API.
Add this package to your project with composer
composer require mapon-com/client-api-php-sdk
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