ashokgit / redisearch-php
2.0
2022-06-24 08:18 UTC
Requires
- php: >=7
- ethanhann/redis-raw: ^0.3
- psr/log: ^1.0
Requires (Dev)
- cheprasov/php-redis-client: ^1.8
- consolidation/robo: ^1.0
- friendsofphp/php-cs-fixer: ^2.2
- mockery/mockery: ^0.9.9
- monolog/monolog: ^1.23
- phpunit/phpunit: ^6.0
- predis/predis: ^1.1
- ukko/phpredis-phpdoc: ^2.2@dev
- dev-master
- 2.0
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.11.0
- 0.10.1
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
- dev-ashokgit-patch-1-1
- dev-ashokgit-patch-1
- dev-add_tag_support
- dev-feature/support_aggregation_pipeline
- dev-feature/low_level_client_adapter
- dev-bug/fix_array_implosion
- dev-build_with_docker
This package is not auto-updated.
Last update: 2024-11-22 20:08:25 UTC
README
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.