定制 ethanhann/redisearch-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ethanhann/redisearch-php

最新稳定版本:2.1.0

Composer 安装命令:

composer require ethanhann/redisearch-php

包简介

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

What is this?

RediSearch-PHP is a PHP client library for the RediSearch module which adds Full-Text search to Redis.

See the documentation for more information.

Contributing

Contributions are welcome. Before submitting a PR for review, please run confirm all tests in the test suite pass.

Start the local Docker dev environment by running:

docker compose up

...or simply:

./dev

Then run the tests:

vendor/bin/robo test

Specific Redis clients can be tested:

vendor/bin/robo test:predis
vendor/bin/robo test:php-redis
vendor/bin/robo test:redis-client

Or to run tests for all clients:

vendor/bin/robo test:all

Do not run tests on a prod system (of course), or any system that has a Redis instance with data you care about - Redis is flushed between tests.

To fix code style, before submitting a PR:

vendor/bin/robo task:fix-code-style

Laravel Support

Laravel-RediSearch - Exposes RediSearch-PHP to Laravel as a Scout driver.

统计信息

  • 总下载量: 110.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 242
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 1

GitHub 信息

  • Stars: 239
  • Watchers: 12
  • Forks: 60
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-17