github.com/OneHundred86/sm-cryptor-other
pkg:composer/oh86/sm-cryptor-other
Installs: 30
Dependents: 0
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT f3b8c3578d51c0ac576ef922f2ff85b1c669793d
This package is auto-updated.
Last update: 2026-02-08 07:46:07 UTC
config/sm_cryptor.php
return [ // local / telecom / unicom / other 'driver' => env('SM_CRYPTOR_DRIVER', 'local'), // ... // 其他密码机 'other' => [ 'host' => env('OTHER_CRYPTOR_HOST'), ], ];
.env
SM_CRYPTOR_DRIVER=other OTHER_CRYPTOR_HOST=http://127.0.0.1:8080