Skip to content

Laravel provider for signing AWS Elasticsearch Service requests

License

Notifications You must be signed in to change notification settings

Pod-Point/laravel-amazon-es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-amazon-es

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=