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. [API Development](/categories/api)
4. /
5. trustedsign/sdk-php

ActiveLibrary[API Development](/categories/api)

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 4w 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 26% 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

3754d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1467773?v=4)[Applee](/maintainers/applee)[@applee](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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