dev-master
9999999-devPHP Wrapper for the UrgentCargus API
MIT
The Requires
- php ^5.5|^7.0
- guzzlehttp/guzzle ^6.2
1
1.0.0.0PHP Wrapper for the UrgentCargus API
MIT
The Requires
- php ^5.5|^7.0
- guzzlehttp/guzzle ^6.2
PHP Wrapper for the UrgentCargus API
The API is RESTful JSON over HTTP using GuzzleHttp as a HTTP client., (*1)
$client = new \MNIB\UrgentCargus\Client($apiKey, $apiUri); ... $token = $client->getToken('username', 'password'); ... $result = $client->get('PickupLocations', [], $token);
PHP Wrapper for the UrgentCargus API
MIT
PHP Wrapper for the UrgentCargus API
MIT