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
Requires
- php: >=5.3.0
- ext-json: *
- lib-curl: *
This package is not auto-updated.
Last update: 2025-03-29 23:15:59 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