All Projects → ethanhann → Redisearch Php

ethanhann / Redisearch Php

Licence: mit
PHP client library for RediSearch.

Projects that are alternatives of or similar to Redisearch Php

Redisearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations.
Stars: ✭ 3,393 (+2103.25%)
Mutual labels:  search, redis
Search
CakePHP: Easy model searching
Stars: ✭ 153 (-0.65%)
Mutual labels:  search
Lightbus
RPC & event framework for Python 3
Stars: ✭ 149 (-3.25%)
Mutual labels:  redis
Rct
RCT (Redis Computed Tomography) include parse redis rdb , slowlog analyze and clientlist analyze
Stars: ✭ 153 (-0.65%)
Mutual labels:  redis
Laravel Api Handler
Package providing helper functions for a Laravel REST-API
Stars: ✭ 150 (-2.6%)
Mutual labels:  search
Wukong Agent
Web scan foundation framework
Stars: ✭ 153 (-0.65%)
Mutual labels:  redis
Strapi Middleware Cache
🔌 A cache middleware for https://strapi.io
Stars: ✭ 146 (-5.19%)
Mutual labels:  redis
Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (+0%)
Mutual labels:  search
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (-1.3%)
Mutual labels:  redis
Express Mongodb Rest Api Boilerplate
A boilerplate for Node.js apps / Rest API / Authentication from scratch - express, mongodb (mongoose).
Stars: ✭ 153 (-0.65%)
Mutual labels:  redis
Searchobject
Search object DSL
Stars: ✭ 152 (-1.3%)
Mutual labels:  search
S
Open a web search in your terminal.
Stars: ✭ 1,942 (+1161.04%)
Mutual labels:  search
React Native Search List
A searchable ListView which supports Chinese PinYin and alphabetical index.
Stars: ✭ 152 (-1.3%)
Mutual labels:  search
Cthulhu
Extend Redis with JavaScript modules
Stars: ✭ 150 (-2.6%)
Mutual labels:  redis
Jusic Serve
一起听歌吧(同步点歌听歌),多房间版本也已开源
Stars: ✭ 153 (-0.65%)
Mutual labels:  redis
Elasticsearch Ruby
Ruby integrations for Elasticsearch
Stars: ✭ 1,848 (+1100%)
Mutual labels:  search
Redisearch Py
RediSearch python client
Stars: ✭ 152 (-1.3%)
Mutual labels:  redis
Redisgears
Dynamic execution framework for your Redis data
Stars: ✭ 152 (-1.3%)
Mutual labels:  redis
Weibo wordcloud
根据关键词抓取微博数据,再生成词云
Stars: ✭ 154 (+0%)
Mutual labels:  search
Fastapi Celery
Minimal example utilizing fastapi and celery with RabbitMQ for task queue, Redis for celery backend and flower for monitoring the celery tasks.
Stars: ✭ 154 (+0%)
Mutual labels:  redis

RediSearch PHP Client

Donate Build Status 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 ./vendor/bin/robo build to ensure your contribution conforms to the project's code style, and that all tests in the test suite pass.

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.

Laravel Support

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].