PHPackages                             fabschtr/aws-es-php-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. fabschtr/aws-es-php-handler

ActiveLibrary[Search &amp; Filtering](/categories/search)

fabschtr/aws-es-php-handler
===========================

AWS signing handler for the Elasticsearch-PHP client.

0.0.1(8y ago)113.9k↓50%[1 issues](https://github.com/fabschtr/aws-es-php-handler/issues)Apache-2.0PHP

Since Dec 24Pushed 8y agoCompare

[ Source](https://github.com/fabschtr/aws-es-php-handler)[ Packagist](https://packagist.org/packages/fabschtr/aws-es-php-handler)[ RSS](/packages/fabschtr-aws-es-php-handler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Amazon Elasticsearch PHP Signing Handler
========================================

[](#amazon-elasticsearch-php-signing-handler)

[![Apache 2 License](https://camo.githubusercontent.com/9177e2b1b238a7335147d808333fec6be0b709f41576dfa368fb844b765ce7c2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f66616273636874722f6177732d65732d7068702d68616e646c65722e7376673f7374796c653d666c6174)](https://www.apache.org/licenses/LICENSE-2.0.html)[![Total Downloads](https://camo.githubusercontent.com/b418fa331c4cf3aead02f3fa15ec9f9338a80946d4b8981f11ee0498f75194b9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66616273636874722f6177732d65732d7068702d68616e646c65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/fabschtr/aws-es-php-handler)

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

Installation
------------

[](#installation)

```
composer require fabschtr/aws-es-php-handler

```

Usage
-----

[](#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();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3057d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34792610?v=4)[Fabian Schneider](/maintainers/fabschtr)[@fabschtr](https://github.com/fabschtr)

---

Top Contributors

[![fabson](https://avatars.githubusercontent.com/u/793849?v=4)](https://github.com/fabson "fabson (6 commits)")[![fabschtr](https://avatars.githubusercontent.com/u/34792610?v=4)](https://github.com/fabschtr "fabschtr (1 commits)")

---

Tags

clientsearchawselasticsearchiam

### Embed Badge

![Health badge](/badges/fabschtr-aws-es-php-handler/health.svg)

```
[![Health](https://phpackages.com/badges/fabschtr-aws-es-php-handler/health.svg)](https://phpackages.com/packages/fabschtr-aws-es-php-handler)
```

###  Alternatives

[jsq/amazon-es-php

Support for using IAM authentication with the official Elasticsearch PHP client

9310.6M13](/packages/jsq-amazon-es-php)[elasticsearch/elasticsearch

PHP Client for Elasticsearch

5.3k178.3M940](/packages/elasticsearch-elasticsearch)[mailerlite/laravel-elasticsearch

An easy way to use the official PHP ElasticSearch client in your Laravel applications.

934529.3k2](/packages/mailerlite-laravel-elasticsearch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
