PHPackages                             deasy/deasy-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. deasy/deasy-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

deasy/deasy-sdk
===============

deasy-sdk

v1.3(7y ago)02MITPHPPHP &gt;=5.5

Since May 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/zydeasy/deasy-php-sdk)[ Packagist](https://packagist.org/packages/deasy/deasy-sdk)[ RSS](/packages/deasy-deasy-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

deasy SDK
=========

[](#deasy-sdk)

install
-------

[](#install)

```
composer require deasy/deasy-sdk
```

### socket

[](#socket)

- 获取前端鉴权token

```
use Deasy\Socket;
$socket = new Socket(appkey, secret);
$token = $socket.getToken();
```

- 服务器端推送信息

```
use Deasy\Socket;
$socket = new Socket(appkey, secret);
$token = $socket.push([
  xxxxxxx
]);
```

### sms

[](#sms)

- 发送短信

```
use Deasy\Sms;
$sms = new Sms(appkey, secret);
$result = $sms.send(phone, msg, signname);
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

5

Last Release

2574d ago

Major Versions

0.8 → v1.02019-05-28

### Community

Maintainers

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

---

Top Contributors

[![zuoyanart](https://avatars.githubusercontent.com/u/3346390?v=4)](https://github.com/zuoyanart "zuoyanart (10 commits)")

### Embed Badge

![Health badge](/badges/deasy-deasy-sdk/health.svg)

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751284.3k37](/packages/civicrm-civicrm-core)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M526](/packages/shopware-core)[roundcube/roundcubemail

The Roundcube Webmail suite

7.0k1.4k3](/packages/roundcube-roundcubemail)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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