quantumca / sdk
The php sdk for QuantumCA.
v0.0.13
2024-08-05 23:29 UTC
Requires
- guzzlehttp/guzzle: >4.0
Requires (Dev)
- illuminate/http: ^8.51
- illuminate/support: ^8.51
- illuminate/validation: ^8.51
- phpunit/phpunit: >=5.0
Suggests
- illuminate/http: Using for better interactives
README
AnquanSSL
AnquanSSL, aka "Security SSL", also known as "安全 SSL" in Mandarin, founded in 2018, and our mission is providing affordable, secure, and enhanced TLS utilization experiences in the Greater China market.
这是 安全SSL 开放API的 PHP SDK.
获取 AccessKey
秘钥对.
此SDK包仅面向开发者提供支持,若您是分销商,您可能需要:
如果您要其它编程语言的开发者,您可能需要
安装
composer require quantumca/sdk -vvv
使用
<?php use QuantumCA\Sdk\Client; require __DIR__ . '/../vendor/autoload.php'; $sdk = new Client('accessKeyId', 'accessKeySecret'); $result = $sdk->product->productList(); print($result->products);
智能感知
我们的 SDK 将智能感知 Intellisense (VS Code、PHPStorm) 做为目标之一.
License
MIT