PHPackages                             hong/autograph - 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. hong/autograph

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

hong/autograph
==============

Sign agreements Online

04PHP

Since Sep 13Pushed 3y agoCompare

[ Source](https://github.com/liu1490911423/autograph)[ Packagist](https://packagist.org/packages/hong/autograph)[ RSS](/packages/hong-autograph/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

autograph
=========

[](#autograph)

接E签宝封装

composer require hong/autograph @dev

use Sign\\Esign;

class Talk{

```
private $sign;

function __construct(){

    $config['config']=[
        'appId'=>'',//E签宝的appID
        'secret'=>'',//E签宝的secret
    ];

    $config['url']  = 'https://smlopenapi.esign.cn';//接口请求地址
    $config['back_url']  = '';//完成回调地址
    $config['redis_url']  = 'tcp://127.0.0.1:6379';//redis连接地址
    $this->init($config);
}

private function init($config){

   $this->sign = new Esign($config);

}

//功能开始....按照E签宝的接口交互时序图流程图调用接口
public function account($info){

    $accountResult = $this->sign->createAccounts($info);
    return $accountResult;
}

```

}

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity25

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://www.gravatar.com/avatar/6bad8a2b8c5682d7033d907fc224956ce631468f4ffe6e10a4aee7f7d239cd8e?d=identicon)[liu1490911243](/maintainers/liu1490911243)

---

Top Contributors

[![liu1490911423](https://avatars.githubusercontent.com/u/37732863?v=4)](https://github.com/liu1490911423 "liu1490911423 (16 commits)")

### Embed Badge

![Health badge](/badges/hong-autograph/health.svg)

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

###  Alternatives

[ericmann/wp-session-manager

Prototype session management for WordPress.

27123.6k1](/packages/ericmann-wp-session-manager)[irazasyed/docgen

Streamline your Laravel package development with automatic facade documentation using Docgen for Laravel

233.8k10](/packages/irazasyed-docgen)

PHPackages © 2026

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