The php sdk for QuantumCA.

v0.0.5 2024-04-27 14:08 UTC

This package is auto-updated.

Last update: 2024-04-27 14:09:39 UTC


README

logo_dark.png

logo_light.png

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.

Build Status

获取 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) 做为目标之一. Intellisense.png

License

MIT