mapon-com / client-api-php-sdk
Mapon API PHP SDK
Installs: 1 020
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.0
- ext-json: *
- lib-curl: *
This package is not auto-updated.
Last update: 2025-08-31 01:28:40 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