2017 © Pedro Peláez
 

library wizishop-php-sdk

WiziShop API SDK

image

wizishop/wizishop-php-sdk

WiziShop API SDK

  • Wednesday, June 13, 2018
  • by lucascourot
  • Repository
  • 2 Watchers
  • 2 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 23 % Grown

The README.md

DEPRECATED

WiziShop PHP SDK

A PHP SDK (Software Development Kit) for the WiziShop RESTful API https://api.wizishop.com, (*1)

Installation

Get composer, (*2)

composer require wizishop/wizishop-php-sdk

Usage

Create a new user on Wizishop Admin, (*3)

<?php

require_once __DIR__ . '/../vendor/autoload.php';

use WiziShop\SDK\Exception\ApiException;
use GuzzleHttp\Exception\TransferException;
use WiziShop\SDK\ApiClientFactory;

try {
    $wizishop = ApiClientFactory::authenticate('username', 'password');

    $orders = $wizishop->getOrders();

    // ...
} catch (ApiException $e) {
    echo $e->getErrorMessage();
} catch (TransferException $e) {
    echo $e->getMessage();
}

Tests

./bin/phpunit

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker., (*4)

Contributing

Contributing guidelines, (*5)

Author

WiziShop, (*6)

License

This project is licensed under the MIT license. See the LICENSE file for more info., (*7)

The Versions

13/06 2018

dev-master

9999999-dev https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

29/06 2016

v1.0.7

1.0.7.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

12/05 2016

v1.0.6

1.0.6.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

29/04 2016

v1.0.5

1.0.5.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

15/02 2016

v1.0.4

1.0.4.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

05/02 2016

v1.0.3

1.0.3.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

12/01 2016

v1.0.2

1.0.2.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

11/01 2016

v1.0.1

1.0.1.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com

11/01 2016

v1.0.0

1.0.0.0 https://api.wizishop.com

WiziShop API SDK

  Sources   Download

MIT

The Requires

 

The Development Requires

by Lucas Courot

api sdk e-commerce wizishop wizishop.com