1 Star 0 Fork 0

hantaohuang/php-rocksdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
Loading...
README

Introduction

A PHP extension for Facebook's RocksDB.

Example

You can find all the examples in the tests folder. For better programming, you can install the ide helper that we provide:

composer require hantaohuang/rocksdb-ide-helper --dev

Installation

Compiling requirements

  1. Linux, OS X or Cygwin, WSL
  2. PHP 7.0.0 or later
  3. GCC 4.8 or later

Install from source

git clone https://github.com/huanghantao/php-rocksdb.git && \
cd php-rocksdb && \
phpize && \
./configure && \
make && make install

Enable extension in PHP

After compiling and installing to the system successfully, you have to add a new line extension=rocksdb.so to php.ini to enable rocksdb extension.

Bug

You can feedback through issues, and we will reply within 24 hours.

空文件

简介

取消

发行版

暂无发行版

贡献者 (1)

全部

近期动态

5年多前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codinghuang/php-rocksdb.git
git@gitee.com:codinghuang/php-rocksdb.git
codinghuang
php-rocksdb
php-rocksdb
master

搜索帮助