techquity / elexible
Elastic Search package for Laravel.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 1 374
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.0.0
- elasticsearch/elasticsearch: ^6.0
- illuminate/database: ^5.6
- illuminate/pagination: ^5.6
- illuminate/support: ^5.6
Requires (Dev)
- laravel/framework: ~5.1
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: >=5.4.3
This package is auto-updated.
Last update: 2021-06-19 22:05:32 UTC
README
IN DEVELOPMENT
Elexible
Query Elastic Search and retain your Eloquent relations, eager loading capabilities and more.
Elastic Models
Each Elastic model defines the mapping properties for its data, rulesets for common requests (search, aggregations and suggestions) whilst extending the Eloquent model and retaining all the usual model interactions.
class ElasticModel extends \Techquity\Elexible\Model {}
Search Query
Suggest Query
Model::suggest()->where($field, $prefix)->get();