PHPackages                             haka002/prestashop-webservice-lib - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. haka002/prestashop-webservice-lib

ActiveLibrary[API Development](/categories/api)

haka002/prestashop-webservice-lib
=================================

PrestaShop Webservice access library.

2.2.2(9y ago)31.6kOSL-3.0PHPPHP &gt;= 5.3.0

Since Mar 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/haka002/PrestaShop-webservice-lib)[ Packagist](https://packagist.org/packages/haka002/prestashop-webservice-lib)[ Docs](https://github.com/haka002/PrestaShop-webservice-lib)[ RSS](/packages/haka002-prestashop-webservice-lib/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

PrestaShop-webservice-lib
=========================

[](#prestashop-webservice-lib)

PHP library for PrestaShop Webservices

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.

You can find the originnal documentation here:

```
// 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();
}
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

6

Last Release

3363d ago

Major Versions

1.0.0 → 2.0.12017-03-27

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8452993?v=4)[haka002](/maintainers/haka002)[@haka002](https://github.com/haka002)

---

Top Contributors

[![haka002](https://avatars.githubusercontent.com/u/8452993?v=4)](https://github.com/haka002 "haka002 (14 commits)")[![rGaillard](https://avatars.githubusercontent.com/u/2787216?v=4)](https://github.com/rGaillard "rGaillard (7 commits)")[![anat](https://avatars.githubusercontent.com/u/652592?v=4)](https://github.com/anat "anat (2 commits)")[![GaryPEGEOT-WIC](https://avatars.githubusercontent.com/u/9263975?v=4)](https://github.com/GaryPEGEOT-WIC "GaryPEGEOT-WIC (2 commits)")[![codl](https://avatars.githubusercontent.com/u/315139?v=4)](https://github.com/codl "codl (2 commits)")[![julienbourdeau](https://avatars.githubusercontent.com/u/1525636?v=4)](https://github.com/julienbourdeau "julienbourdeau (2 commits)")[![jnadaud](https://avatars.githubusercontent.com/u/4747745?v=4)](https://github.com/jnadaud "jnadaud (1 commits)")[![NathanGiesbrecht](https://avatars.githubusercontent.com/u/1516627?v=4)](https://github.com/NathanGiesbrecht "NathanGiesbrecht (1 commits)")[![nicolasdanelon](https://avatars.githubusercontent.com/u/2846046?v=4)](https://github.com/nicolasdanelon "nicolasdanelon (1 commits)")[![nicolasverlhiac](https://avatars.githubusercontent.com/u/5034521?v=4)](https://github.com/nicolasverlhiac "nicolasverlhiac (1 commits)")[![weianguo](https://avatars.githubusercontent.com/u/2612973?v=4)](https://github.com/weianguo "weianguo (1 commits)")[![acusti](https://avatars.githubusercontent.com/u/517889?v=4)](https://github.com/acusti "acusti (1 commits)")[![xGouley](https://avatars.githubusercontent.com/u/12794114?v=4)](https://github.com/xGouley "xGouley (1 commits)")[![Amazzing](https://avatars.githubusercontent.com/u/7319087?v=4)](https://github.com/Amazzing "Amazzing (1 commits)")[![dffych](https://avatars.githubusercontent.com/u/3611900?v=4)](https://github.com/dffych "dffych (1 commits)")[![glauberportella](https://avatars.githubusercontent.com/u/717547?v=4)](https://github.com/glauberportella "glauberportella (1 commits)")[![gRoussac](https://avatars.githubusercontent.com/u/3099551?v=4)](https://github.com/gRoussac "gRoussac (1 commits)")[![jcerdan](https://avatars.githubusercontent.com/u/532007?v=4)](https://github.com/jcerdan "jcerdan (1 commits)")

---

Tags

phpapiclientwebserviceprestashop

### Embed Badge

![Health badge](/badges/haka002-prestashop-webservice-lib/health.svg)

```
[![Health](https://phpackages.com/badges/haka002-prestashop-webservice-lib/health.svg)](https://phpackages.com/packages/haka002-prestashop-webservice-lib)
```

###  Alternatives

[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3613.1M18](/packages/kunalvarma05-dropbox-php-sdk)[mozex/anthropic-php

PHP client for the Anthropic API: messages, streaming, tool use, thinking, web search, code execution, batches, and more.

47480.9k16](/packages/mozex-anthropic-php)[google-gemini-php/symfony

Symfony Bundle for Gemini

1512.3k2](/packages/google-gemini-php-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
