An open API service indexing awesome lists of open source software.

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.

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)