ukpm/php_connector

这是 UKPM API 的 PHP 连接器

V1.1 2018-09-11 14:50 UTC

This package is not auto-updated.

Last update: 2024-09-26 17:37:00 UTC


README

一个简单易用的类,用于帮助验证和测试 JSON-schema。

如何安装

composer require "ukpm/UKPM-PHP-API"

如何使用

require "../vendor/autoload.php";

use UKPM\Connector;
use UKPM\Client;

$publicKey = "";
$secretKey = "";

$connector = new Connector(new Client($publicKey, $secretKey), true);

文档

要查看文档,可以打开 docs/index.html,然后在左侧导航的底部使用选择器将其设置为 php。

许可证

在专有许可证下授权,此库仅适用于提供一组密钥的人。