Skip to content

thisdb/sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThisDB PHP SDK

Latest Version

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