thisdb / sdk-php
Official ThisDB SDK for PHP
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thisdb/sdk-php
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-29 02:08:17 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