thisdb / sdk-php
Official ThisDB SDK for PHP
0.1.1
2020-03-01 18:38 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-03-29 00:37:39 UTC
README
Official ThisDB SDK for PHP
Website and documentation: https://www.thisdb.com
The cloud key/value database built from the ground up for serverless applications. It's fast, secure, cost effective, and is easy to integrate.
$thisDB = new \ThisDB\Client(['apiKey' => '<your-api-key>']); echo $thisDB->get(['bucket' => '<your-bucket>', 'key' => '<your-key>']);
Installation
The recommended way to install is through Composer.
composer require thisdb/sdk-php