PHPackages                             josbeir/shopwedo-php-api - 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. josbeir/shopwedo-php-api

ActiveLibrary[API Development](/categories/api)

josbeir/shopwedo-php-api
========================

Shop-we-do PHP api wrapper

0.4(1y ago)21311MITPHPPHP &gt;=5.6

Since Mar 13Pushed 1y ago2 watchersCompare

[ Source](https://github.com/josbeir/shopwedo-php-api)[ Packagist](https://packagist.org/packages/josbeir/shopwedo-php-api)[ RSS](/packages/josbeir-shopwedo-php-api/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Depcreation warning
===================

[](#depcreation-warning)

There is now an official php package to access the API:

ShopWeDo PHP Api
================

[](#shopwedo-php-api)

ShopWeDo PHP Api wrapper for use with the ShopWeDo REST api.

Installation
------------

[](#installation)

The library can be installed with [Composer](https://getcomposer.org/). Run this command:

```
composer require josbeir/shopwedo-php-api
```

Usage example
-------------

[](#usage-example)

```
require_once __DIR__ . '/vendor/autoload.php'; // change path as needed

$client = new \Shopwedo\Shopwedo([ 'shop_id' => '_myid_', 'api_key' => '_mykey_' ]);

try {
    $stock = $client->getStock();
    // ....
}
catch (\Shopwedo\Exceptions\ShopwedoResponseException $e) {
    echo 'Error while making request '. $e->getMessage();
}
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% of commits — single point of failure

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 ~812 days

Total

4

Last Release

593d ago

PHP version history (2 changes)0.1PHP ^5.6|^7.2

0.2PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/26058?v=4)[Jasper Smet](/maintainers/josbeir)[@josbeir](https://github.com/josbeir)

---

Top Contributors

[![josbeir](https://avatars.githubusercontent.com/u/26058?v=4)](https://github.com/josbeir "josbeir (9 commits)")[![wouterverstuyf](https://avatars.githubusercontent.com/u/4540274?v=4)](https://github.com/wouterverstuyf "wouterverstuyf (3 commits)")[![xewl](https://avatars.githubusercontent.com/u/245041?v=4)](https://github.com/xewl "xewl (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/josbeir-shopwedo-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/josbeir-shopwedo-php-api/health.svg)](https://phpackages.com/packages/josbeir-shopwedo-php-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1942.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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