Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 920 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 920 Bytes

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:

License

RocksDB-PHP is licensed under PHP License.