PHPackages                             chenpkg/signit - 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. chenpkg/signit

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

chenpkg/signit
==============

易企签 php sdk

0.1(5y ago)113MITPHPPHP ^7.2.5 || ^8.0

Since Apr 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chenpkg/signit)[ Packagist](https://packagist.org/packages/chenpkg/signit)[ RSS](/packages/chenpkg-signit/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

 signit
========

[](#-signit-)

易企签 php sdk

安装
--

[](#安装)

```
$ composer require chenpkg/signit -vvv
```

使用
--

[](#使用)

```
require './vendor/autoload.php';

//use
use Signit\Factory;

$config = [
    'client_id' => 'xxxx',
    'client_secret' => 'xxxxx',

    // 可选
    'base_url' => 'https://open.signit.cn/v1/open'
];

$app = new Factory($config);

$data = [
    //...
];

// 快捷签署
$app->envelopes->quick($data);

// 发起签署流程
$app->envelopes->start($data);

$name = '张三';
$idCardNo = '510113...';
$phone = '18888888888';
$bankNumber = '65123154...';
$customTag = mt_rand(1000, 9999);

// 手机三网认证
$app->auth->phone($name, $idCardNo, $phone, $customTag);

// 银行卡四要素认证
$app->auth->bank($name, $idCardNo, $phone, $bankNumber, $customTag);
```

### 缓存替换

[](#缓存替换)

```
use Symfony\Component\Cache\Adapter\RedisAdapter;

// laravel
$cache = new RedisAdapter(app('redis')->connection()->client());
$app->rebind('cache', $cache);

// redis client
$app->rebind('cache', new RedisAdapter(new \Redis()));
```

License
-------

[](#license)

MIT

###  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

Maturity47

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

Unknown

Total

1

Last Release

1849d ago

### Community

Maintainers

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

---

Top Contributors

[![chenpkg](https://avatars.githubusercontent.com/u/35981471?v=4)](https://github.com/chenpkg "chenpkg (1 commits)")

### Embed Badge

![Health badge](/badges/chenpkg-signit/health.svg)

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

###  Alternatives

[civicrm/civicrm-core

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

728272.9k20](/packages/civicrm-civicrm-core)[bakame/laravel-domain-parser

Laravel package to integrate PHP Domain parser.

26534.8k4](/packages/bakame-laravel-domain-parser)[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)
