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) 做为目标之一.
MIT