PHPackages                             trustedsign/sdk-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. trustedsign/sdk-php

ActiveLibrary

trustedsign/sdk-php
===================

Wrapper for TrustedSign's REST API

v0.0.1(10y ago)018MITPHPPHP &gt;=5.4.0

Since Mar 22Pushed 10y ago1 watchersCompare

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

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

sdk-php
=======

[](#sdk-php)

可信签php语言开发包

安装
--

[](#安装)

```
composer require trustedsign/sdk-php
```

用法
--

[](#用法)

```
$client = new TrustedSignSDK\TrustedSignClient([
    'app_key' => '9b5062s452mdf4d6',
    'app_secret' => '2e396b27a1958279240e088c677e4721'
]);

try {
  $response = $client->get('/template');
} catch(TrustSignSDK\SDKException $e) {
  echo 'server returned an error: ' . $e->getMessage();
  exit;
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

3706d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/094a98a5885445b687350f2a655cee369f754fe077d4d21c06f6160abea220fc?d=identicon)[applee](/maintainers/applee)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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