Registry / database / manticoresoftware-manticoresearch-php

manticoresoftware-manticoresearch-php

JSON →
library4.0.1phppackagistunverified

PHP Client for Manticore Search, providing full-text search and analytics capabilities.

composer require manticoresoftware/manticoresearch-php
INSTALL
IMPORT
SIG · MANTICORESOFTWARE-
M
manticoresoftware-manticoresearch-php
databasephpv4.0.1
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.

Client
use Manticoresearch\Client;

Connect to Manticore Search and perform a search query

use Manticoresearch\Client; $client = new Client(['host' => 'localhost', 'port' => 9308]); $result = $client->search(['index' => 'test', 'body' => ['query' => ['match' => ['title' => 'test']]]]);
Debug
Known issues
breakingBreaking changes in v4.0: API methods and response format changed significantly from v3.x.
fix
Review migration guide from v3 to v4 before upgrading.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
manticoresoftware-manticoresearch-php — pip install manticoresoftware-manticoresearch-php · libregistry