PHPackages                             zhinuotech/wxstore - 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. zhinuotech/wxstore

ActiveThink-extend[API Development](/categories/api)

zhinuotech/wxstore
==================

微信小商店组件后台API

02PHP

Since Jun 9Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zhinuotech/wxstore)[ Packagist](https://packagist.org/packages/zhinuotech/wxstore)[ RSS](/packages/zhinuotech-wxstore/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#微信小程序——商业能力——交易组件API ##接口支持标准版以及自定义版 本composer插件基于thinkphp框架使用

\###标准版使用实例如下：

```
require 'vendor\autoload.php';
$config = require 'config\weshop.php';  #引用配置文件

$brand = \zntech\weshop\Factory::product_brand($config);
$res = $brand->reqGet();
var_dump($res); //本处输出品牌信息
```

[![img.png](img.png)](img.png)

使用Factory::product\_\* 均为标准版接口

\###自定义版使用实例如下：

```
require 'vendor\autoload.php';
$config = require 'config\weshop.php';

$sss = \zntech\weshop\Factory::shop_account($config);
$res = $sss->reqGetBrandList();
var_dump($res);  //本处输出品牌信息
```

更多内容请查看源码....

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/807a70c95432b8b741e4212058ce5b25ae54a56c39cf244ee330591ad668283a?d=identicon)[zhinuotech](/maintainers/zhinuotech)

---

Top Contributors

[![zhinuotech](https://avatars.githubusercontent.com/u/119336855?v=4)](https://github.com/zhinuotech "zhinuotech (6 commits)")

### Embed Badge

![Health badge](/badges/zhinuotech-wxstore/health.svg)

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

###  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.9M34](/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)
