2017 © Pedro Peláez
 

library urgentcargus-php

PHP Wrapper for the UrgentCargus API

image

mnib/urgentcargus-php

PHP Wrapper for the UrgentCargus API

  • Wednesday, September 13, 2017
  • by andrei930
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

UrgentCargus PHP API

The API is RESTful JSON over HTTP using GuzzleHttp as a HTTP client., (*1)

Usage Examples

$client = new \MNIB\UrgentCargus\Client($apiKey, $apiUri);
...
$token = $client->getToken('username', 'password');
...
$result = $client->get('PickupLocations', [], $token);

The Versions

13/09 2017

dev-master

9999999-dev

PHP Wrapper for the UrgentCargus API

  Sources   Download

MIT

The Requires

 

13/09 2017

1

1.0.0.0

PHP Wrapper for the UrgentCargus API

  Sources   Download

MIT

The Requires