An open API service indexing awesome lists of open source software.

https://github.com/thinkerou/rocksdb-php

The PHP Binding for RocksDB
https://github.com/thinkerou/rocksdb-php

leveldb php php-bindings rocksdb rocksdb-php

Last synced: 2 months ago
JSON representation

The PHP Binding for RocksDB

Awesome Lists containing this project

README

        

# 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:
- RocksDB wiki page:
- LevelDB project home:
- LevelDB document page:
- LevelDB internals analysis in Chinese:

## License
RocksDB-PHP is licensed under PHP License.