Registry / http-client / meilisearch-meilisearch-php

meilisearch-meilisearch-php

JSON →
library1.16.1phppackagistunverified

PHP wrapper for the Meilisearch API

composer require meilisearch/meilisearch-php
INSTALL
IMPORT
SIG · MEILISEARCH-MEILIS
M
meilisearch-meilisearch-php
http-clientphpv1.16.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 Meilisearch\Client;

Initialize Meilisearch client and perform a search

use Meilisearch\Client; $client = new Client('http://localhost:7700', 'masterKey'); $index = $client->index('movies'); $result = $index->search('Batman');
Debug
Known issues
breakingBreaking changes in v1.0: removed deprecated methods like `getAllIndexes()`
fix
Use `getIndexes()` instead of `getAllIndexes()`
affects: >=1.0.0
Upgrade
Version history
1.16.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
OpenAI (training)
1
Resources
meilisearch-meilisearch-php — pip install meilisearch-meilisearch-php · libregistry