Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenky/elastify
Elasticsearch DRM, fluent query builder for Laravel
https://github.com/jenky/elastify
elasticsearch laravel
Last synced: 4 days ago
JSON representation
Elasticsearch DRM, fluent query builder for Laravel
- Host: GitHub
- URL: https://github.com/jenky/elastify
- Owner: jenky
- License: mit
- Created: 2018-12-27T12:01:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T04:51:04.000Z (over 4 years ago)
- Last Synced: 2024-04-21T18:10:56.881Z (9 months ago)
- Topics: elasticsearch, laravel
- Language: PHP
- Homepage:
- Size: 127 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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
# Elastify
[![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]### Elasticsearch fluent query builder for Laravel
## Install
Via Composer
``` bash
$ composer require jenky/elastify
```## Usage
``` php
WIP
```## 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/elastify.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/elastify/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/jenky/elastify.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/jenky/elastify.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/jenky/elastify.svg?style=flat-square[link-packagist]: https://packagist.org/packages/jenky/elastify
[link-travis]: https://travis-ci.org/jenky/elastify
[link-scrutinizer]: https://scrutinizer-ci.com/g/jenky/elastify/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/jenky/elastify
[link-downloads]: https://packagist.org/packages/jenky/elastify
[link-author]: https://github.com/jenky
[link-contributors]: ../../contributors