Download the PHP package yakeing/php_saekv without Composer
On this page you can find all versions of the php package yakeing/php_saekv. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php_saekv
SaeKV
imitate sina cloud SaeKV class.
Travis CI
codecov
Github badge
Installation
Use Composer to install the library. Of course, You can go to Packagist to view.
KV init
KV set data
KV add data
KV get data
KV delete data
replace data
Get multiple groups of data
Get prefix range data
Get all data
Invalid
$ret = $kv->pkrget('', 100);
while(true){
var_dump($ret);
end($ret);
$start_key = key($ret);
$i = count($ret);
if ($i < 100) break;
$ret = $kv->pkrget('', 100, $start_key);
}
get options list
set options
Local file
Original document
Documents: SaeKV-code
Sponsor
If you've got value from any of the content which I have created, then I would very much appreciate your support by payment donate.
Author
weibo: yakeing
twitter: yakeing
All versions of php_saekv with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package yakeing/php_saekv contains the following files
Loading the files please wait ....