cviebrock / laravel-elasticsearch
An easy way to use the official PHP ElasticSearch client in your Laravel applications.
Fund package maintenance!
cviebrock
Installs: 2 674 353
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.3|^8.0
- ext-json: *
- elasticsearch/elasticsearch: ^7.11
- guzzlehttp/psr7: ^1.7|^2.0
- illuminate/contracts: ^7.0|^8.0|^9.0|^10.0
- illuminate/support: ^7.0|^8.0|^9.0|^10.0
- psr/http-message: ^1.0
Requires (Dev)
- mockery/mockery: ^1.4.3
- orchestra/testbench: ^6.5|^7.0|^8.0
- phpunit/phpunit: ^9.4
Suggests
- aws/aws-sdk-php: Required to connect to an Elasticsearch host on AWS (^3.80)
- dev-main
- 10.0.2
- 10.0.1
- 10.0.0
- 9.0.4
- 9.0.2
- 9.0.1
- 9.0.0
- 8.0.7
- 8.0.6
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 4.x-dev
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.x-dev
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.x-dev
- 2.0.1
- 2.0.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- dev-feature/different-namespace
This package is auto-updated.
Last update: 2023-06-13 08:10:14 UTC
README
An easy way to use the official Elastic Search client in your Laravel or Lumen applications.
⚠️ This Package Is Abandoned
Due to several factors, including the fact that I no longer use ES, I have ceased development on this package.
You are free to continue using it, but be aware that any issues or PRs you submit (including working with recent versions of Laravel), or any feature requests you have, will likely be ignored.
If you want to use a maintained version of this package, you can:
- create a new fork
- use an existing fork
- migrate to the package that has taken over development: mailerlite/laravel-elasticsearch
Documentation
See README-OLD.md for how to use this package.
Copyright and License
laravel-elasticsearch was written by Colin Viebrock and is released under the MIT License.
Copyright (c) 2015 Colin Viebrock