Looking to hire Laravel developers? Try LaraJobs

laravel-scout-opensearch maintained by cline

Description
Laravel Scout custom engine for OpenSearch
Author
Last update
2026/06/30 14:21 (dev-main)
License
Links
Downloads
0
Tags

Comments
comments powered by Disqus

GitHub Workflow Status Latest Version on Packagist Software License Total Downloads


laravel-scout-opensearch

Laravel Scout custom engine for OpenSearch

Requirements

Requires PHP 8.5+

Installation

composer require cline/laravel-scout-opensearch

Documentation

Usage

use App\Models\Product;

$results = Product::search('headphones')
    ->where('is_active', true)
    ->orderBy('id', 'desc')
    ->get();

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please use the GitHub security reporting form rather than the issue queue.

Credits

License

The MIT License. Please see License File for more information.