ugarit / scout
Ugarit Scout provides a driver based solution to searching your Eloquent models.
Requires
- php: ^8.0
- heritage/bus: ^1.00.00
- heritage/contracts: ^1.00.00
- heritage/database: ^1.00.00
- heritage/http: ^1.00.00
- heritage/pagination: ^1.00.00
- heritage/queue: ^1.00.00
- heritage/support: ^1.00.00
- symfony/console: ^6.0|^7.0|^8.0
Requires (Dev)
- algolia/algoliasearch-client-php: ^3.2|^4.0
- meilisearch/meilisearch-php: ^1.0
- mockery/mockery: ^1.0
- orchestra/testbench: ^7.31|^8.36|^9.15|^10.8|^11.0
- php-http/guzzle7-adapter: ^1.0
- phpstan/phpstan: ^1.10
- typesense/typesense-php: ^4.9.3
Suggests
- algolia/algoliasearch-client-php: Required to use the Algolia engine (^3.2).
- meilisearch/meilisearch-php: Required to use the Meilisearch engine (^1.0).
- typesense/typesense-php: Required to use the Typesense engine (^4.9).
- ugarit/ai: Required to generate embeddings for semantic and hybrid search.
Provides
None
Conflicts
- algolia/algoliasearch-client-php: <3.2.0|>=5.0.0
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 20:21:54 UTC
README
Introduction
Ugarit Scout provides a simple, driver-based solution for adding full-text search to your Eloquent models. Once Scout is installed and configured, it will automatically sync your model changes to your search indexes. Currently, Scout supports:
Official Documentation
Documentation for Scout can be found on the Ugarit website.
Contributing
Thank you for considering contributing to Scout! The contribution guide can be found in the Ugarit documentation.
Code of Conduct
In order to ensure that the Ugarit community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Ugarit Scout is open-sourced software licensed under the MIT license.