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
- Host: GitHub
- URL: https://github.com/thinkerou/rocksdb-php
- Owner: thinkerou
- Created: 2016-08-25T02:11:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T01:05:46.000Z (about 8 years ago)
- Last Synced: 2025-02-01T21:13:39.397Z (4 months ago)
- Topics: leveldb, php, php-bindings, rocksdb, rocksdb-php
- Language: C
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.9You 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.