2017 © Pedro Peláez
 

library deliv-php

http://www.deliv.co/ PHP SDK

image

printsites/deliv-php

http://www.deliv.co/ PHP SDK

  • Tuesday, May 9, 2017
  • by mwisner
  • Repository
  • 6 Watchers
  • 6 Stars
  • 102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Deliv PHP Library

Learn more at Deliv.co., (*1)

Usage

Setup client, (*2)

     $client = new \Deliv\DelivClient('apikey', 'production||<defaults_to_staging>');
     $client->deliveries->cancelDelivery('<delivery_id>');

WIP Documentation

Still a work in progress, but all methods are available in this style and format., (*3)

Deliveries & Estimate

Create Estimate, (*4)

    $client->deliveries->createDeliveryEstimate($data);

Get Delivery Estimate, (*5)

    $client->deliveries->getDeliveryEstimate($id);

Create Delivery, (*6)

    $client->deliveries->createDelivery($data);

Get Delivery By Id, (*7)

    $client->deliveries->getDelivery('id');

Update Delivery, (*8)

    $client->deliveries->updateDelivery($delivery);

Running Tests

composer install --dev
phpunit

Notes

Heavily inspired by https://github.com/intercom/intercom-php, (*9)

(c) 2017 iSourceWorldWide, LLC, (*10)

The Versions

09/05 2017

dev-master

9999999-dev

http://www.deliv.co/ PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik

09/05 2017

2.0.4

2.0.4.0

http://www.deliv.co/ PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik

29/11 2016

2.0.3

2.0.3.0

Deliver PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik

29/11 2016

2.0.2

2.0.2.0

Deliver PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik

04/11 2016

2.0.1

2.0.1.0

Deliver PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik

28/10 2016

2.0.0

2.0.0.0

Deliver PHP SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Joseph Jozwik