mnib/urgentcargus-php

PHP Wrapper for the UrgentCargus API

Maintainers

Package info

github.com/andrei930/urgentcargus-php

pkg:composer/mnib/urgentcargus-php

Statistics

Installs: 59

Dependents: 0

Suggesters: 0

Stars: 0

1 2017-09-12 23:11 UTC

This package is not auto-updated.

Last update: 2026-03-03 11:19:36 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);