https://github.com/imdhemy/elasticsearch-php-sugar
The Elasticsearch PHP wrapper which makes ES sweeter for PHP developers.
https://github.com/imdhemy/elasticsearch-php-sugar
client elasticsearch php search
Last synced: about 2 months ago
JSON representation
The Elasticsearch PHP wrapper which makes ES sweeter for PHP developers.
- Host: GitHub
- URL: https://github.com/imdhemy/elasticsearch-php-sugar
- Owner: imdhemy
- License: mit
- Created: 2021-08-10T11:16:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T15:37:51.000Z (over 3 years ago)
- Last Synced: 2025-06-14T08:08:03.835Z (about 1 year ago)
- Topics: client, elasticsearch, php, search
- Language: PHP
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elasticsearch PHP Sugar
The Elasticsearch PHP wrapper which makes ES sweeter for PHP developers.
## Installation
```bash
composer require imdhemy/elasticsearch-sugar
```
## TODO
- [x] **Project setup**
- [ ] **Index Manager**
- [x] Create Index
- [x] Delete Index
- [x] Put Index settings
- [x] Put Index mappings
- [ ] Index API
- [ ] Get Index
- [ ] _Retrieve index_
- [ ] Get Index settings
- [ ] Get Index mappings
- [ ] **Documents**
## License
This open-source project is licensed under the [MIT license](LICENSE).
## Credits
- [Mohamad Eldhemy](https://imdhemy.com)
- [All Contributors](https://github.com/imdhemy/elasticsearch-php-sugar/graphs/contributors)