PHPackages                             andyliu/wdgjapi - 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. andyliu/wdgjapi

ActiveLibrary[API Development](/categories/api)

andyliu/wdgjapi
===============

网店管家api接口

1.1.0(9y ago)119PHPPHP &gt;=5.3.0

Since Mar 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/liushuai/wdgjapi)[ Packagist](https://packagist.org/packages/andyliu/wdgjapi)[ RSS](/packages/andyliu-wdgjapi/feed)WikiDiscussions master Synced 1mo ago

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

网店管家api接口
=========

[](#网店管家api接口)

安装
--

[](#安装)

**install with composer**

```
composer require andyliu/wdgjapi
```

使用
--

[](#使用)

**例子**

```
require './vendor/autoload.php';
use wdgjapi;
$data = array(
    'method'=>'wdgj.erp.stock.query',
    'accesstoken'=>'accesstoken',
    'appkey'=>'appkey',
    'page_no'=>1,
    'page_size'=>10,
    'url'=>'http://api.wdgj.com/wdgjcloud/api',
    'app_secret'=>'app_secret',
    'BarCode'=>'1111'
);
echo '';
$wdgjapi = new wdgjapi\wdgjapi($data);

$r = $wdgjapi->send();
var_dump($r);
exit;
```

注意
--

[](#注意)

**目前测试了下面两个接口 其他接口兼容性没有做验证**

- wdgj.erp.stock.query
- wdgj.com.goods.create

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3306d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b3afe015140ca4f28dd372bd648e40e2b4e6f5ee77a8db5ef497be07d27d97e?d=identicon)[liushuai](/maintainers/liushuai)

---

Top Contributors

[![liushuai](https://avatars.githubusercontent.com/u/2578176?v=4)](https://github.com/liushuai "liushuai (1 commits)")

### Embed Badge

![Health badge](/badges/andyliu-wdgjapi/health.svg)

```
[![Health](https://phpackages.com/badges/andyliu-wdgjapi/health.svg)](https://phpackages.com/packages/andyliu-wdgjapi)
```

###  Alternatives

[stymiee/authnetjson

Library that abstracts Authorize.Net's JSON APIs. This includes the Advanced Integration Method (AIM), Automated Recurring Billing (ARB), Customer Information Manager (CIM), Transaction Reporting, Simple Integration Method (SIM), and Webhooks.

19545.7k](/packages/stymiee-authnetjson)[michaeldrennen/geonames

A Laravel (php) package that interfaces with the geolocation services on geonames.org.

9514.0k](/packages/michaeldrennen-geonames)[christianruhstaller/bexio-api-php-client

Client library for bexio API

1134.7k](/packages/christianruhstaller-bexio-api-php-client)[luyadev/luya-headless

LUYA headless API client

1025.6k3](/packages/luyadev-luya-headless)[mrteye/gdax

API for GDAX A service provided by coinbase. (Unofficial)

195.2k](/packages/mrteye-gdax)

PHPackages © 2026

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