2017 © Pedro Peláez
 

library prestashop-webservice-lib

image

haka002/prestashop-webservice-lib

  • Monday, July 30, 2018
  • by haka002
  • Repository
  • 1 Watchers
  • 1 Stars
  • 677 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 228 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

PrestaShop-webservice-lib

PHP library for PrestaShop Webservices, (*1)

This repository is only because people want to use the webservice with PrestShop 1.7 also. The difference between the originally and this is only the max version number., (*2)

You can find the originnal documentation here: http://doc.prestashop.com/display/PS16/Web+service+one-page+documentation, (*3)

// Here we define constants /!\ You need to replace this parameters
define('DEBUG', true);                                          // Debug mode
define('PS_SHOP_PATH', 'http://www.myshop.com/');       // Root path of your PrestaShop store
define('PS_WS_AUTH_KEY', 'ZQ88PRJX5VWQHCWE4EE7SQ7HPNX00RAJ');   // Auth key (Get it in your Back Office)
require_once('./PSWebServiceLibrary.php');

// Here we make the WebService Call
try
{
    $webService = new PrestaShopWebservice(PS_SHOP_PATH, PS_WS_AUTH_KEY, DEBUG);

    // Here we set the option array for the Webservice : we want customers resources
    $opt['resource'] = 'customers';

    // Call
    $xml = $webService->get($opt);
    // Here we get the elements from children of customers markup "customer"
    $resources = $xml->customers->children();
}

The Versions

30/07 2018

dev-development

dev-development

  Sources   Download

16/04 2017

dev-master

9999999-dev https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

16/04 2017

2.2.2

2.2.2.0 https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

15/04 2017

2.2.1

2.2.1.0 https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

27/03 2017

2.2.0

2.2.0.0 https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

27/03 2017

2.1.0

2.1.0.0 https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

27/03 2017

2.0.1

2.0.1.0 https://github.com/haka002/PrestaShop-webservice-lib

PrestaShop Webservice access library.

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by Tamas Szabo

api php client prestashop webservice

27/03 2017

1.0.0

1.0.0.0

PrestaShop Webservice access library

  Sources   Download

OSL-3.0

The Requires

  • php >= 5.3.0
  • ext-curl *

 

by PrestaShop SA