Download the PHP package vae/php-elasticsearch-orm without Composer
On this page you can find all versions of the php package vae/php-elasticsearch-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vae/php-elasticsearch-orm
More information about vae/php-elasticsearch-orm
Files in vae/php-elasticsearch-orm
Download vae/php-elasticsearch-orm
More information about vae/php-elasticsearch-orm
Files in vae/php-elasticsearch-orm
Vendor vae
Package php-elasticsearch-orm
Short Description Adapt the orm query method of elasticsearch for >=php7.4
License MIT
Package php-elasticsearch-orm
Short Description Adapt the orm query method of elasticsearch for >=php7.4
License MIT
Please rate this library. Is it a good library?
Informations about the package php-elasticsearch-orm
PHP ELASTICSEARCH ORM
从 v1.x 升级到 v2.0 指南
变更
- 依赖变更:
- 移除了
illuminate/support
依赖 - 新增
tightenco/collect
依赖
- 移除了
迁移步骤
1. 修改 composer.json
Install
Support Elasticsearch Version
more than 7.0
Use
PHP
Laravel framework
Add the service provider config in config/app.php
Use in Code
Hyperf framework
Use in Code
OrmElasticsearchClientFactory
Quickstart
Create
Batch Create
Update
Batch Update Or Update
deleteById
delete
Select
Count
Condition
whereTerm
whereLike(wildcard)
match
range
where in
nestedQuery
search nested data
Where Support Operator
['=' => 'eq','>' => 'gt','>=' => 'gte','<' => 'lt','<=' => 'lte','!=' => 'ne',]
More
see file Vae\PhpElasticsearchOrm\Builder
All versions of php-elasticsearch-orm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
elasticsearch/elasticsearch Version ^7.0
ramsey/uuid Version ^4.1
tightenco/collect Version ^9.52
elasticsearch/elasticsearch Version ^7.0
ramsey/uuid Version ^4.1
tightenco/collect Version ^9.52
The package vae/php-elasticsearch-orm contains the following files
Loading the files please wait ....