2017 © Pedro Peláez
 

library redisearch-php

image

ethanhann/redisearch-php

  • Wednesday, May 2, 2018
  • by ethanhann
  • Repository
  • 7 Watchers
  • 45 Stars
  • 1,494 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 14 Forks
  • 4 Open issues
  • 22 Versions
  • 16 % Grown

The README.md

RediSearch PHP Client

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

What is this?, (*2)

RediSearch-PHP is a PHP client library for the RediSearch module which adds Full-Text search to Redis., (*3)

See the documentation for more information., (*4)

Contributing, (*5)

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

Start the local Docker dev environment by running:, (*7)

docker compose up

...or simply:, (*8)

./dev

Then run the tests:, (*9)

vendor/bin/robo test

Specific Redis clients can be tested:, (*10)

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

Or to run tests for all clients:, (*11)

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., (*12)

To fix code style, before submitting a PR:, (*13)

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

Laravel Support, (*14)

Laravel-RediSearch - Exposes RediSearch-PHP to Laravel as a Scout driver., (*15)

The Versions

27/08 2017

dev-build_with_docker

dev-build_with_docker

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

23/03 2017

0.6.0

0.6.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

21/03 2017

0.5.0

0.5.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

19/03 2017

0.4.0

0.4.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

19/03 2017

0.3.0

0.3.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

19/03 2017

0.2.0

0.2.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann

16/03 2017

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

  • php >=7

 

The Development Requires

by Ethan Hann