2017 © Pedro Peláez
 

library search-php

Search engine wrapper

image

euskadi31/search-php

Search engine wrapper

  • Monday, March 30, 2015
  • by euskadi31
  • Repository
  • 1 Watchers
  • 3 Stars
  • 506 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 4 % Grown

The README.md

Search Engine for PHP Build Status

Wrapper for search engine., (*1)

Engine supported

  • Sphinx
  • SphinxQL

Example

require 'path/to/vendor/autoload.php';

$search = new Search\Engine\SphinxQL("127.0.0.1", 9306);

// index document
$search->insert("tweets", [
    "id"        => 4951957226,
    "text"      => "For a bit of light weekend reading how about https://github.com/php/php-langspec/blob/master/spec/php-spec-draft.md … ? Still very much work in progress, but let us know if you spot typos",
    "timestamp" => 1407857815
]);

$search->insert("contacts", [
    "id"        => 1234,
    "firstname" => "Kiefer",
    "lastname"  => "Sutherland",
    "email"     => "kiefer.sutherland@example.com"
    "timestamp" => 1407857945
]);

$search->insert("contacts", [
    "id"        => 1235,
    "firstname" => "Chloe",
    "lastname"  => "O'Brian",
    "email"     => "chloe.obrian@example.com"
    "timestamp" => 1407857948
]);

// search
$response = $search->search("chloe", "contacts");

License

search-php is licensed under the MIT license., (*2)

The Versions

30/03 2015

dev-master

9999999-dev

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

30/03 2015

v0.1.9

0.1.9.0

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

30/03 2015

v0.1.8

0.1.8.0

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

20/03 2015

v0.1.7

0.1.7.0

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

20/03 2015

v0.1.6

0.1.6.0

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

19/03 2015

v0.1.5

0.1.5.0

Search engine wrapper

  Sources   Download

MIT

The Requires

 

The Development Requires

search elasticsearch engine sphinx sphinxql

13/03 2015

v0.1.4

0.1.4.0

Search engine wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

search elasticsearch engine sphinx sphinxql

16/02 2015

v0.1.3

0.1.3.0

Search engine wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

search elasticsearch engine sphinx sphinxql

16/02 2015

v0.1.2

0.1.2.0

Search engine wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

search elasticsearch engine sphinx sphinxql

16/02 2015

v0.1.1

0.1.1.0

Search engine wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

search elasticsearch engine sphinx sphinxql

12/08 2014

v0.1.0

0.1.0.0

Search engine wrapper

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

search elasticsearch engine sphinx sphinxql