PHPackages                             zdz/yunxin-php - 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. zdz/yunxin-php

AbandonedArchivedLibrary[API Development](/categories/api)

zdz/yunxin-php
==============

php sdk for NetEase YunXin

1.0.6(6y ago)05.3kMITPHP

Since Oct 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zdz1715/yunxin-php)[ Packagist](https://packagist.org/packages/zdz/yunxin-php)[ RSS](/packages/zdz-yunxin-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (8)Used By (0)

netease-im
==========

[](#netease-im)

安装
==

[](#安装)

推荐使用composer：`composer require zdz/yunxin-php`

使用
==

[](#使用)

### 创建实例

[](#创建实例)

```
$appKey = '****'; // 网易云信分配的账号
$appSecret = '****'; // 网易云信分配的密钥
$entrance = new \YunXin\Entrance($appKey, $appSecret);

```

### 消息功能

[](#消息功能)

```
#
# 文本消息
$entrance->chat()->sendTextMsg($from, $to, $ope, $text, $notReuireParams);

# 图片消息 会根据url获取图片的参数，也可以自定义参数
$entrance->chat()->sendPictureMsg($from, $to, $ope, $url, $notReuireParams);

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

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

Total

7

Last Release

2327d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd31bfe8db255090519cb3caff69f44367d2693c6082308e7b411ff6e1e3e288?d=identicon)[z171535](/maintainers/z171535)

---

Top Contributors

[![zdz1715](https://avatars.githubusercontent.com/u/24859074?v=4)](https://github.com/zdz1715 "zdz1715 (8 commits)")

### Embed Badge

![Health badge](/badges/zdz-yunxin-php/health.svg)

```
[![Health](https://phpackages.com/badges/zdz-yunxin-php/health.svg)](https://phpackages.com/packages/zdz-yunxin-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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