PHP Package: babenkoivan/elastic-client

Elasticsearch PHP client library with advanced features for robust search functionalities and data indexing.

Current Version: 3.0.0
Last Updated: 2024-06-18
PHP Requirement: ^8.2
Dependencies:
elasticsearch/elasticsearch
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Elastic-client is a comprehensive PHP library tailored for seamless integration with Elasticsearch, offering a plethora of advanced features for efficient search operations, data indexing, and retrieval. With a focus on performance and reliability, this library ensures smooth interaction with Elasticsearch servers, enhancing the search experience for developers and users alike.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.0.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/babenkoivan/elastic-client/3.0.0/loader.php';
require_once 'libs/elasticsearch/elasticsearch/{lib_version}/loader.php';

use BabenkoIvan\ElasticClient\Client;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.