thisdb/sdk-php

官方ThisDB SDK for PHP

0.1.1 2020-03-01 18:38 UTC

This package is auto-updated.

Last update: 2024-09-29 05:36:04 UTC


README

Latest Version

官方ThisDB SDK for PHP

网站和文档:https://www.thisdb.com

从零开始构建的云原生key/value数据库,专为无服务器应用设计。它快速、安全、经济高效,易于集成。

$thisDB = new \ThisDB\Client(['apiKey' => '<your-api-key>']);

echo $thisDB->get(['bucket' => '<your-bucket>', 'key' => '<your-key>']);

安装

推荐通过Composer进行安装。

composer require thisdb/sdk-php