north521 / hyperf-scout
Hyperf Scout provides a driver based solution to searching your Eloquent models. Inspired By Laravel Scout.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/north521/hyperf-scout
Requires
- php: >=8.0
- hyperf/command: ~2.2.0
- hyperf/contract: ~2.2.0
- hyperf/database: ~2.2.0
- hyperf/event: ~2.2.0
- hyperf/macroable: ~2.2.0
- hyperf/model-listener: ~2.2.0
- hyperf/utils: ~2.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: 2025-09-27 15:38:13 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.