PHP Package: shyim/opensearch-php-dsl

This PHP library provides a powerful OpenSearch DSL for creating and managing search queries effectively for SEO optimization purposes.

Current Version: 1.1.2
Last Updated: 2025-02-10
PHP Requirement: >=8.0
Dependencies: None

Package Description

opensearch-php-dsl is a comprehensive PHP library designed to streamline the process of constructing and executing OpenSearch queries. With a focus on SEO optimization, this library offers an array of functionalities to enhance search performance, boost visibility, and optimize search engine ranking. It enables users to create precise and advanced search queries, facilitating efficient data retrieval and analysis. From indexing to querying, opensearch-php-dsl simplifies the management of search operations, making it an invaluable tool for developers and businesses alike.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.2

Download Download v1.1.2

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/shyim/opensearch-php-dsl/1.1.2/loader.php';

use Vendor\Opensearch\Client;
use Vendor\Opensearch\QueryBuilder;

$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.