2017 © Pedro Peláez
 

project laravel-elastic-indexer

Laravel Elastic Eloquent Query Builder

image

chaospower/laravel-elastic-indexer

Laravel Elastic Eloquent Query Builder

  • Wednesday, January 6, 2016
  • by ChaosPower
  • Repository
  • 0 Watchers
  • 1 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WARNING

This package is currently in development stage. Use at your own risk., (*1)

Laravel Elastic Indexer

TODO: Package Intro, (*2)

Requirements

  • PHP 5.5
  • PHP 5.6
  • ElasticSearch 1.7
  • ElasticSearch 2.0
  • Laravel 5.1

Features

  • Automatic Indexing

Installation

composer require chaospower/laravel-elastic-indexer

Go to your project root where artisan.php is found. Then publish the vendor package, (*3)

php artisan vendor:publish

Edit your config/app.php then add the provider, (*4)

ElasticEqb\Providers\ElasticProvider::class

Using Elastic Indexer

All models should use and implement DoesElasticIndexer. Doing so will allow the service to listen to specific models and CRUD the Elastic side of the model. It will also do the elastic map automatically., (*5)

/**
 * Class Agency
 *
 * @package Travel\Models
 */
class Agency extends Model implements ElasticIndexer
{
    use DoesElasticIndexer;
}

Milestones

  • ElasticBuilder
  • ElasticSchemaBuilder

TODOs

Give ability to listen to all models not having the instance of DoesElasticIndexer, (*6)

Plans

Convert package as a Laravel Database, (*7)

The Versions

06/01 2016

dev-master

9999999-dev

Laravel Elastic Eloquent Query Builder

  Sources   Download

MIT

The Requires

 

The Development Requires

by Randy Glenn Aguirre

29/10 2015

dev-develop

dev-develop

Laravel Elastic Eloquent Query Builder

  Sources   Download

MIT

The Requires

 

The Development Requires

by Randy Glenn Aguirre

29/10 2015

dev-feature/eloquent_model_indexer

dev-feature/eloquent_model_indexer

Laravel Elastic Eloquent Query Builder

  Sources   Download

MIT

The Requires

 

The Development Requires

by Randy Glenn Aguirre

29/10 2015

dev-feature/docs

dev-feature/docs

Laravel Elastic Eloquent Query Builder

  Sources   Download

MIT

The Requires

 

The Development Requires

by Randy Glenn Aguirre