pod-point / laravel-amazon-es
Laravel provider for signing AWS Elasticsearch Service requests
Installs: 7 157
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Requires
- php: >=5.5.9
- illuminate/support: 5.*
- jsq/amazon-es-php: ^0.2.0
Requires (Dev)
- orchestra/testbench: ~3.5.0
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-24 04:52:18 UTC
README
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=