pod-point/laravel-amazon-es

Laravel provider for signing AWS Elasticsearch Service requests

v0.1.0 2017-10-24 11:30 UTC

This package is auto-updated.

Last update: 2024-04-24 03:45:09 UTC


README

Packagist Build Status

Laravel provider for signing AWS Elasticsearch Service requests using the amazon-es-php package.

Installation

Add the following line to your composer.json file:

"pod-point/laravel-amazon-es": "^0.1"

Then add the service provider in config/app.php:

PodPoint\LaravelAmazonElasticsearch\Providers\ElasticsearchProvider::class

Publish the config file and add the following to your .env file:

ELASTICSEARCH_HOST=
AWS_KEY=
AWS_SECRET=
AWS_REGION=