PHPackages                             shenzhou/yida - 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. shenzhou/yida

ActiveLibrary

shenzhou/yida
=============

10PHP

Since Aug 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ninestep/yida)[ Packagist](https://packagist.org/packages/shenzhou/yida)[ RSS](/packages/shenzhou-yida/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#dingtalk

本仓库为神州中联信息技术有限公司针对宜搭接口开发的对接包。

1. 使用方法
-------

[](#1-使用方法)

1. 使用命令行`composer require shenzhou/yida`安装。
2. 实例化

```
$config = [
    //自定义固定字符串。
    'nonceStr' => 'qwe123',
    //应用的标识
    'agentId' => '1273361157',
    //应用的标识
    'AppKey' => '',
    //如果是定制应用，输入定制应用的CustomKey
    'CustomKey' => '11111',
    //如果是定制应用，输入定制应用的CustomSecret，
    'AppSecret' => '',
    'CustomSecret' => '-6E-111111-78ThLTA7LX8uKtbKxqqD2E6hB0xzIwrI3qQLIs5c_uDT4HN',
    //钉钉推送的suiteTicket。
    'suiteTicket' => 'sadasdasd111asdasda',
    //时间戳
    'timeStamp' => time(),
    //企业id
    'corpId' => 'ding01111159b08b496f51f9235c2f4657eb6378f'
]
$this->dingtalk = new DingTalk($config);
```

3. 使用各模块 `$attendance = $this->dingtalk->attendance();`

> 模块寻找方式 例如考勤获取接口为`https://oapi.dingtalk.com/attendance/list`则模块名为`attendance`,函数名为`list`

2. 已实现模块
--------

[](#2-已实现模块)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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://avatars.githubusercontent.com/u/5053057?v=4)[yangb](/maintainers/yangb)[@yangb](https://github.com/yangb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/shenzhou-yida/health.svg)

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

PHPackages © 2026

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