Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenky/scout-elasticsearch
Elasticsearch driver for Laravel Scout
https://github.com/jenky/scout-elasticsearch
elasticsearch laravel laravel-scout laravel-search
Last synced: 11 days ago
JSON representation
Elasticsearch driver for Laravel Scout
- Host: GitHub
- URL: https://github.com/jenky/scout-elasticsearch
- Owner: jenky
- License: mit
- Created: 2018-11-20T17:09:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T10:48:47.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T15:36:09.183Z (about 1 month ago)
- Topics: elasticsearch, laravel, laravel-scout, laravel-search
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
# scout-elasticsearch
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]**Note:** Replace ```Lynh``` ```jenky``` ```https://github.com/jenky``` ```[email protected]``` ```jenky``` ```scout-elasticsearch``` ```Elasticsearch driver for Laravel Scout``` with their correct values in [README.md](README.md), [CHANGELOG.md](CHANGELOG.md), [CONTRIBUTING.md](CONTRIBUTING.md), [LICENSE.md](LICENSE.md) and [composer.json](composer.json) files, then delete this line. You can run `$ php prefill.php` in the command line to make all replacements at once. Delete the file prefill.php as well.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.## Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.
```
bin/
config/
src/
tests/
vendor/
```## Install
Via Composer
``` bash
$ composer require jenky/scout-elasticsearch
```## Usage
``` php
$skeleton = new Jenky\ScoutElasticsearch();
echo $skeleton->echoPhrase('Hello, League!');
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## 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 [email protected] instead of using the issue tracker.
## Credits
- [Lynh][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/jenky/scout-elasticsearch.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/jenky/scout-elasticsearch/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/jenky/scout-elasticsearch.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/jenky/scout-elasticsearch.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/jenky/scout-elasticsearch.svg?style=flat-square[link-packagist]: https://packagist.org/packages/jenky/scout-elasticsearch
[link-travis]: https://travis-ci.org/jenky/scout-elasticsearch
[link-scrutinizer]: https://scrutinizer-ci.com/g/jenky/scout-elasticsearch/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/jenky/scout-elasticsearch
[link-downloads]: https://packagist.org/packages/jenky/scout-elasticsearch
[link-author]: https://github.com/jenky
[link-contributors]: ../../contributors