PHP Package: shopware/elasticsearch

Shopware's Elasticsearch PHP library for seamless integration and efficient search functionality.

Current Version: 6.7.3.0
Last Updated: Date not available
PHP Requirement: ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies: None

Package Description

Shopware's Elasticsearch library provides robust search capabilities, enabling fast and accurate retrieval of data. With advanced indexing features and customizable search parameters, it enhances the performance and user experience of applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.7.3.0

Download Download v6.7.3.0

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/shopware/elasticsearch/{lib_version}/loader.php';

use Shopware\Elasticsearch\Index;

$obj = new Index();
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.