RocksDB-PHP: The PHP Binding for RocksDB
RocksDB is a persistent Key-Value store for flash and RAM storage developed and maintained by Facebook.
The extension is a binding for RocksDB.
Requirments
- PHP >= 5.6
- RocksDB >= 4.9
You can install RocksDB from your OS distribution:
$ brew install rocksdb
Or you can get RocksDB source from GitHub.
Installation
API Reference
Usage
Thanks
Reference
Maybe you want to know more informations about RocksDB, please read the follow contens:
- RocksDB project home: https://github.com/facebook/rocksdb
- RocksDB wiki page: https://github.com/facebook/rocksdb/wiki
- LevelDB project home: https://github.com/google/leveldb
- LevelDB document page: https://rawgit.com/google/leveldb/master/doc/index.html
- LevelDB internals analysis in Chinese: http://dirtysalt.info/leveldb.html
License
RocksDB-PHP is licensed under PHP License.
On this page
Languages
C87.2%M46.7%PHP5.1%JavaScript0.9%
Contributors
Created August 25, 2016
Updated June 22, 2020