PHPackages                             lzw/zto - 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. lzw/zto

ActiveLibrary

lzw/zto
=======

v1.4(2y ago)114PHPPHP &gt;=7.4.0

Since Jul 24Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

lzw/zto
=======

[](#lzwzto)

```
// 安装
composer require lzw/zto

// 发布
php artisan vendor:publish --provider="Lzw\ZentaoToOther\ZentaoToOtherProvider"
```

#### 禅道api

[](#禅道api)

```
$zto = new ZentaoToOther();
$zto->zentaoSdk()->get('departments'); //Http::post/get
```

#### 飞书api

[](#飞书api)

```
$zto = new ZentaoToOther();
$app_token = config('zto.feishu.app_token');
$table_id = $zto->feishuSdk()->getDataTableId(); // 数据表id
$zto->feishuSdk()->post("open-apis/bitable/v1/apps/{$app_token}/tables/{$table_id}/records"); //Http::post/get/put
```

#### 创建飞书数据表

[](#创建飞书数据表)

```
$zto = new ZentaoToOther();
$zto->createFeishuTable();
// 返回的数据表id 默认存入缓存中，需手动填写入env或config中以防数据丢失
```

#### 禅道hook

[](#禅道hook)

```
Route::post('/hook', function (Request $request) {
    $zto = new ZentaoToOther();
    Log::info($request->all());
    $zto->zentaoHook($request->all());
    return 'success';
});
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

Total

3

Last Release

1029d ago

### Community

Maintainers

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

---

Top Contributors

[![LZW0506](https://avatars.githubusercontent.com/u/107343911?v=4)](https://github.com/LZW0506 "LZW0506 (14 commits)")

### Embed Badge

![Health badge](/badges/lzw-zto/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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