github.com/OneHundred86/sm-cryptor-other
Source
Issues
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT 0286cd1000b1000c04c9f4ac1816a786fc629db6
This package is auto-updated.
Last update: 2025-09-23 01:25:41 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