PHPackages                             jake/wenjuan - 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. jake/wenjuan

ActiveLibrary

jake/wenjuan
============

问卷网开放平台接

0.1.1(6y ago)02991MITPHPPHP &gt;=7.0CI failing

Since Dec 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zoulux/wenjuan)[ Packagist](https://packagist.org/packages/jake/wenjuan)[ RSS](/packages/jake-wenjuan/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (1)

wenjuan
=======

[](#wenjuan)

简化问卷网接口对接，免去签名、参数拼接等。

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.0
- [Composer](https://getcomposer.org/)

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

[](#installation)

```
$ composer require "jake/wenjuan" -vvv
```

Usage
-----

[](#usage)

基本使用

```
$config=[
    'app_key' => '####',
    'app_secret' => '####'
];

$client = new  \Jake\Wenjuan\WenJuanClient($config);
$res= $client->sheetGet('12345','12345');
print_r($res);
```

config 中可选参数还有

- mode DEV 指向测试环境 PRO 指向线上环境
- domain 可自定义问卷网的地址域
- timestamp 方便测试，可以指定 timestamp

更多文档参考 [问卷网文档](https://www.wenjuan.com/open/devdocument_v3_4_4)

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

2

Last Release

2327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c013decbe2974107f5fa4583fcd66cfa64215ad12673d15c2413c43dc14a569?d=identicon)[zoulux](/maintainers/zoulux)

---

Top Contributors

[![zoulux](https://avatars.githubusercontent.com/u/9365514?v=4)](https://github.com/zoulux "zoulux (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jake-wenjuan/health.svg)

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

PHPackages © 2026

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