PHPackages                             oh86/laravel-sm-ctyunkms - 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. oh86/laravel-sm-ctyunkms

ActiveLibrary

oh86/laravel-sm-ctyunkms
========================

v1.0.1(7mo ago)033MITPHP

Since Jul 23Pushed 7mo agoCompare

[ Source](https://github.com/OneHundred86/laravel-sm-ctyunkms)[ Packagist](https://packagist.org/packages/oh86/laravel-sm-ctyunkms)[ RSS](/packages/oh86-laravel-sm-ctyunkms/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

天翼云kms密码机，基于`oh86/sm_cryptor`的拓展
================================

[](#天翼云kms密码机基于oh86sm_cryptor的拓展)

### 配置 `config/sm_cryptor.php`

[](#配置-configsm_cryptorphp)

```
return [
    'driver' => env('SM_CRYPTOR_DRIVER', 'ctyunKms'),

    'ctyunKms' => [
        'endPoint' => env('CTYUN_KMS_ENDPOINT'),
        'accessKey' => env('CTYUN_KMS_ACCESS_KEY'),
        'secretKey' => env('CTYUN_KMS_SECRET_KEY'),

        // 加解密主密钥
        'encryptCmkUuid' => env('CTYUN_KMS_ENCRYPT_CMKUUID'),
        // 摘要计算主密钥
        'hmacCmkUuid' => env('CTYUN_KMS_HMAC_CMKUUID'),
        // ukey可选项配置
        'ukeyOptions' => [
            'algorithm' => 'SM2',
        ],

        // [guzzleOptions](https://docs.guzzlephp.org/en/stable/request-options.html)
        'clientOptions' => [
            'timeout' => 10,
            'verify' => false,
            # 'debug' => true,
        ],
    ],
];
```

###  Health Score

30

—

LowBetter than 61% of packages

Maintenance64

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Every ~169 days

Total

2

Last Release

215d ago

### Community

Maintainers

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

---

Top Contributors

[![OneHundred86](https://avatars.githubusercontent.com/u/22148561?v=4)](https://github.com/OneHundred86 "OneHundred86 (5 commits)")

### Embed Badge

![Health badge](/badges/oh86-laravel-sm-ctyunkms/health.svg)

```
[![Health](https://phpackages.com/badges/oh86-laravel-sm-ctyunkms/health.svg)](https://phpackages.com/packages/oh86-laravel-sm-ctyunkms)
```

PHPackages © 2026

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