2017 © Pedro Peláez
 

library aws-es-php-handler

AWS signing handler for the Elasticsearch-PHP client.

image

fabschtr/aws-es-php-handler

AWS signing handler for the Elasticsearch-PHP client.

  • Sunday, December 24, 2017
  • by fabschtr
  • Repository
  • 0 Watchers
  • 1 Stars
  • 904 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Amazon Elasticsearch PHP Signing Handler

Apache 2 License Total Downloads, (*1)

AWS signing handler for the Elasticsearch-PHP (elasticsearch/elasticsearch) client., (*2)

Installation

composer require fabschtr/aws-es-php-handler

Usage

use Elasticsearch\ClientBuilder;
use Fabschtr\AwsEsPhpHandler\AwsElasticsearchPhpHandler;

$handler = new AwsElasticsearchPhpHandler('AWS_KEY', 'AWS_SECRET', 'eu-central-1');

$this->client = ClientBuilder::create()
            ->setHandler($handler)
            ->setHosts('ELASTIC_HOSTS')
            ->build();

The Versions

24/12 2017

dev-master

9999999-dev

AWS signing handler for the Elasticsearch-PHP client.

  Sources   Download

Apache-2.0

The Requires

 

by Fabian Schneider

search elasticsearch aws client iam

24/12 2017

0.0.1

0.0.1.0

AWS signing handler for the Elasticsearch-PHP client.

  Sources   Download

Apache-2.0

The Requires

 

by Fabian Schneider

search elasticsearch aws client iam