https://github.com/swisnl/laravel-elasticsearch
Laravel package to easily setup Elasticsearch and index your models.
https://github.com/swisnl/laravel-elasticsearch
elasticsearch hacktoberfest laravel php swis swisnl
Last synced: 4 months ago
JSON representation
Laravel package to easily setup Elasticsearch and index your models.
- Host: GitHub
- URL: https://github.com/swisnl/laravel-elasticsearch
- Owner: swisnl
- License: mit
- Created: 2023-01-11T06:38:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T08:45:07.000Z (6 months ago)
- Last Synced: 2025-06-06T05:30:22.572Z (4 months ago)
- Topics: elasticsearch, hacktoberfest, laravel, php, swis, swisnl
- Language: PHP
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# laravel-elasticsearch
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Buy us a tree][ico-treeware]][link-treeware]
[![Build Status][ico-github-actions]][link-github-actions]
[![Total Downloads][ico-downloads]][link-downloads]
[![Made by SWIS][ico-swis]][link-swis]Laravel package that implements elasticsearch in an easy way. Index various models via the `SyncsWithIndex` trait and customize further by extending the `Document` and `SearchResult` class.
## Install
Via Composer
``` bash
$ composer require swisnl/laravel-elasticsearch
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email security@swis.nl instead of using the issue tracker.
## Credits
- [Thomas Wijnands][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
This package is [Treeware](https://treeware.earth). If you use it in production, then we ask that you [**buy the world a tree**][link-treeware] to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
## SWIS :heart: Open Source
[SWIS][link-swis] is a web agency from Leiden, the Netherlands. We love working with open source software.
[ico-version]: https://img.shields.io/packagist/v/swisnl/laravel-elasticsearch.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-treeware]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen.svg?style=flat-square
[ico-github-actions]: https://img.shields.io/github/actions/workflow/status/swisnl/laravel-elasticsearch/tests.yml?label=tests&branch=master&style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/swisnl/laravel-elasticsearch.svg?style=flat-square
[ico-swis]: https://img.shields.io/badge/%F0%9F%9A%80-made%20by%20SWIS-%230737A9.svg?style=flat-square[link-packagist]: https://packagist.org/packages/swisnl/laravel-elasticsearch
[link-github-actions]: https://github.com/swisnl/laravel-elasticsearch/actions/workflows/tests.yml
[link-downloads]: https://packagist.org/packages/swisnl/laravel-elasticsearch
[link-treeware]: https://plant.treeware.earth/swisnl/laravel-elasticsearch
[link-author]: https://github.com/tommie1001
[link-contributors]: ../../contributors
[link-swis]: https://www.swis.nl