Registry / database / foolz-sphinxql-query-builder

foolz-sphinxql-query-builder

JSON →
library4.0.0phppackagistunverified

A PHP query builder for SphinxQL and ManticoreQL with MySQLi and PDO drivers.

composer require foolz/sphinxql-query-builder
INSTALL
IMPORT
SIG · FOOLZ-SPHINXQL-QUE
F
foolz-sphinxql-query-builder
databasephpv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SphinxQL
use Foolz\SphinxQL\SphinxQL;

Execute a SphinxQL query

use Foolz\SphinxQL\SphinxQL; $conn = new \Foolz\SphinxQL\Connection(); $conn->setParams(['host' => '127.0.0.1', 'port' => 9306]); $query = SphinxQL::create($conn)->select('*')->from('index'); $result = $query->execute();
Debug
Known issues
gotchaRequires Sphinx or Manticore Search running.
fix
Ensure the search daemon is installed and running.
affects: *
Upgrade
Version history
4.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
foolz-sphinxql-query-builder — pip install foolz-sphinxql-query-builder · libregistry