Registry / http-client / ruflin-elastica

ruflin-elastica

JSON →
library9.0.0phppackagistunverified

Elasticsearch Client

composer require ruflin/elastica
INSTALL
IMPORT
SIG · RUFLIN-ELASTICA
R
ruflin-elastica
http-clientphpv9.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.

Client
use Elastica\Client;

Initialize an Elasticsearch client and check cluster health

use Elastica\Client; $client = new Client(['host' => 'localhost', 'port' => 9200]); $response = $client->request('_cluster/health');
Debug
Known issues
breakingBreaking changes between major versions (e.g., 7.x to 8.x) require code updates
fix
Review migration guides when upgrading major versions
affects: >=8.0.0
Upgrade
Version history
9.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
ruflin-elastica — pip install ruflin-elastica · libregistry