PHPackages                             shopmodule-biz/weclapp-php-sdk - 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. shopmodule-biz/weclapp-php-sdk

ActiveLibrary[API Development](/categories/api)

shopmodule-biz/weclapp-php-sdk
==============================

weclapp PHP SDK

v1.11.0(1y ago)1471GPL-3.0-or-laterPHPPHP &gt;=8.1.0

Since Apr 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ShopModule-biz/weclapp-php-sdk)[ Packagist](https://packagist.org/packages/shopmodule-biz/weclapp-php-sdk)[ RSS](/packages/shopmodule-biz-weclapp-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

weclapp-php-sdk
===============

[](#weclapp-php-sdk)

A software development kit (SDK) to access the weclapp API quickly and easily.

API documentation:

How to use
==========

[](#how-to-use)

You can download the Package over composer

```
composer require shopmodule-biz/weclapp-php-sdk

```

or with following line in composer File:

```
"require": {
    "php": ">=7.2.0",
    "ext-curl": "*",
    "ext-json": "*",
    "shopmodule-biz/weclapp-php-sdk": ">=v1"
}

```

Simple example to use
=====================

[](#simple-example-to-use)

Request for the first 100 articles.

```
use ShopModule\WeclappApi\Client;
use ShopModule\WeclappApi\Requests\ArticlesGetRequest;

$tenant = 'YOUR WECLAPP TENANT';
$token = 'YOUR WECLAPP TOKEN';

$cient = new Client($tenant, $token);
$request = (new ArticlesGetRequest)
    ->setPage(1)
    ->setPageSize(100);

$response = $client->sendRequest($request);
$data = $response->getData();

```

The response is a standalone object. The data from weclapp can be fetched using the `getData()` method.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~78 days

Recently: every ~170 days

Total

14

Last Release

448d ago

PHP version history (2 changes)v1PHP &gt;=7.2.0

v1.11.0PHP &gt;=8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cf5fada2f40fb9b15713bbe4a167513a26c8f32f15888e1cfcd731d783b07ef?d=identicon)[timo\_paul](/maintainers/timo_paul)

---

Top Contributors

[![timopaul](https://avatars.githubusercontent.com/u/16575322?v=4)](https://github.com/timopaul "timopaul (52 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/shopmodule-biz-weclapp-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/shopmodule-biz-weclapp-php-sdk/health.svg)](https://phpackages.com/packages/shopmodule-biz-weclapp-php-sdk)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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