hyperf / scout
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
v3.2.0
2026-06-07 09:04 UTC
Requires
- php: >=8.2
- hyperf/collection: ~3.2.0
- hyperf/command: ~3.2.0
- hyperf/conditionable: ~3.2.0
- hyperf/context: ~3.2.0
- hyperf/contract: ~3.2.0
- hyperf/coroutine: ~3.2.0
- hyperf/database: ~3.2.0
- hyperf/event: ~3.2.0
- hyperf/macroable: ~3.2.0
- hyperf/model-listener: ~3.2.0
- hyperf/support: ~3.2.0
- hyperf/tappable: ~3.2.0
- psr/container: ^1.0 || ^2.0
- psr/event-dispatcher: ^1.0
Suggests
- hyperf/elasticsearch: Required to use elasticsearch driver.
- hyperf/paginator: Required to use paginate method.
This package is auto-updated.
Last update: 2026-06-07 09:30:49 UTC
README
Disclaimer: This package is a derivation of laravel/scout. Our respect goes to the authors of Laravel for providing such an excellent package.