PHPackages                             iyin/cloud-sign - 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. iyin/cloud-sign

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

iyin/cloud-sign
===============

A i-yin cloud sign SDK.

16PHPCI failing

Since Sep 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jesse7866/cloud-sign)[ Packagist](https://packagist.org/packages/iyin/cloud-sign)[ RSS](/packages/iyin-cloud-sign/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

 安印云签 / iyin cloud sign
========================

[](#-安印云签--iyin-cloud-sign-)

 A iyin cloud sign SDK.

Installing
----------

[](#installing)

```
$ composer require iyin/cloud-sign:dev-master -vvv
```

Usage
-----

[](#usage)

```
use IYin\CloudSign\Application;

$config = [
    'app_id'  => 'xxxxxx',         // AppID
    'secret'  => 'xxxxxx',     // AppSecret
    'sign_type' => 'MD5',      // 默认为 MD5，支持HMAC-SHA256 和 MD5

    'log' => [
        'default' => 'dev', // 默认使用的 channel，生产环境可以改为下面的 prod
        'channels' => [
            // 测试环境
            'dev' => [
                'driver' => 'single',
                'path' => '/tmp/cloud-sign.log',
                'level' => 'debug',
            ],
            // 生产环境
            'prod' => [
                'driver' => 'daily',
                'path' => '/tmp/cloud-sign.log',
                'level' => 'info',
            ],
        ],
    ],

    'http' => [
        'max_retries' => 1,
        'retry_delay' => 500,
        'timeout' => 5,
        'base_uri' => 'https://cloud-sign.i-yin.com.cn',
    ],

];

$app = new Application($config);

$params = [...];
$result = $app->platform_sign->singleSign($params);
```

License
-------

[](#license)

MIT

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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/15667653?v=4)[Jesse Chen](/maintainers/jesse7866)[@jesse7866](https://github.com/jesse7866)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/iyin-cloud-sign/health.svg)

```
[![Health](https://phpackages.com/badges/iyin-cloud-sign/health.svg)](https://phpackages.com/packages/iyin-cloud-sign)
```

PHPackages © 2026

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