mnib / urgentcargus-php
PHP Wrapper for the UrgentCargus API
1
2017-09-12 23:11 UTC
Requires
- php: ^5.5|^7.0
- guzzlehttp/guzzle: ^6.2
This package is not auto-updated.
Last update: 2025-04-01 06:38:15 UTC
README
The API is RESTful JSON over HTTP using GuzzleHttp as a HTTP client.
Usage Examples
$client = new \MNIB\UrgentCargus\Client($apiKey, $apiUri);
...
$token = $client->getToken('username', 'password');
...
$result = $client->get('PickupLocations', [], $token);