argb/elastic-cat

Map Elasticsearch results to Eloquent models
27 4
Install
composer require argb/elastic-cat
Latest Version:v1.0.3
PHP:>=5.4.0
License:MIT
Last Updated:Nov 23, 2015
Links: GitHub  ·  Packagist
Maintainer: argb

ElasticCat

Installation

  • Add the package to your composer.json file and run composer update:
{
    "require": {
        "argb/elastic-cat": "^1.0"
    }
}
  • Add the service provider to your config/app.php file, inside the providers array: 'Argb\ElasticCat\BouncyServiceProvider'

  • Publish the config file by running the following command in the terminal: php artisan vendor:publish

  • Edit the config files: config/bouncy.php for Bouncy specific options and config/elasticsearch.php for configuring the ElasticSearch client.

Related Packages

datashaman/elasticsearch-model

Laravel/Eloquent integration with Elasticsearch

129,135 7
websecret/laravel-search

Laravel Eloquent models with Elasticsearch 2

342 4
torann/laravel-hunt

Unified search for Laravel models using Elasticsearch.

375 4
elasticquent/elasticquent

Maps Laravel Eloquent models to Elasticsearch types.

962,203 1,359
sleimanx2/plastic

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer...

142,358 507