Download the PHP package yong/elasticsuit without Composer
On this page you can find all versions of the php package yong/elasticsuit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yong/elasticsuit
More information about yong/elasticsuit
Files in yong/elasticsuit
Download yong/elasticsuit
More information about yong/elasticsuit
Files in yong/elasticsuit
Vendor yong
Package elasticsuit
Short Description Eloquent ORM encapsulation of Elasticsearch for Laravel
License MIT
Package elasticsuit
Short Description Eloquent ORM encapsulation of Elasticsearch for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package elasticsuit
Laravel ElasticSuit
This is a package to integrate Elasticsearch to Laravel5
It makes you do Elasticsearch just using Eloquent's API.
Installation
-
Require this package with composer:
-
Add service provider to config/app.php
- Add elasticsearch node configuration to the "connections" node of config/database.php
Usage
-
Define a model for a elasticsearch type
-
Create a new document
-
Search a collection
- Relations It also support relations, but remember so far just support using default _id as primary key.
License
And of course:
All versions of elasticsuit with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
illuminate/support Version >=5.2.0
elasticsearch/elasticsearch Version 7.11
illuminate/support Version >=5.2.0
elasticsearch/elasticsearch Version 7.11
The package yong/elasticsuit contains the following files
Loading the files please wait ....