{"id":20244766,"url":"https://github.com/renoki-co/aws-elastic-client","last_synced_at":"2025-10-26T06:39:31.526Z","repository":{"id":37588751,"uuid":"344591179","full_name":"renoki-co/aws-elastic-client","owner":"renoki-co","description":"Just a simple Elasticsearch Client handler that signs the requests for AWS Elasticsearch service with the provided credentials.","archived":false,"fork":false,"pushed_at":"2025-10-20T18:06:47.000Z","size":84,"stargazers_count":7,"open_issues_count":4,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T06:39:31.114Z","etag":null,"topics":["amazon","aws","client","elasticsearch","hacktoberfest","laravel","php","service"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renoki-co.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"rennokki"}},"created_at":"2021-03-04T19:48:25.000Z","updated_at":"2023-09-08T18:19:19.000Z","dependencies_parsed_at":"2024-11-17T12:43:17.640Z","dependency_job_id":"910cdc32-68d1-45ea-8fc7-18f3414b9dde","html_url":"https://github.com/renoki-co/aws-elastic-client","commit_stats":{"total_commits":78,"total_committers":5,"mean_commits":15.6,"dds":"0.39743589743589747","last_synced_commit":"a9af867b6969c2ca051149069e5c41e4c188f9f9"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":"renoki-co/laravel-package-skeleton","purl":"pkg:github/renoki-co/aws-elastic-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renoki-co%2Faws-elastic-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renoki-co%2Faws-elastic-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renoki-co%2Faws-elastic-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renoki-co%2Faws-elastic-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renoki-co","download_url":"https://codeload.github.com/renoki-co/aws-elastic-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renoki-co%2Faws-elastic-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281068935,"owners_count":26438554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","aws","client","elasticsearch","hacktoberfest","laravel","php","service"],"created_at":"2024-11-14T09:17:17.426Z","updated_at":"2025-10-26T06:39:31.491Z","avatar_url":"https://github.com/renoki-co.png","language":"PHP","funding_links":["https://github.com/sponsors/rennokki"],"categories":[],"sub_categories":[],"readme":"AWS Elastic Client Handler\n==========================\n\n![CI](https://github.com/renoki-co/aws-elastic-client/workflows/CI/badge.svg?branch=master)\n[![codecov](https://codecov.io/gh/renoki-co/aws-elastic-client/branch/master/graph/badge.svg)](https://codecov.io/gh/renoki-co/aws-elastic-client/branch/master)\n[![StyleCI](https://github.styleci.io/repos/344591179/shield?branch=master)](https://github.styleci.io/repos/344591179)\n[![Latest Stable Version](https://poser.pugx.org/renoki-co/aws-elastic-client/v/stable)](https://packagist.org/packages/renoki-co/aws-elastic-client)\n[![Total Downloads](https://poser.pugx.org/renoki-co/aws-elastic-client/downloads)](https://packagist.org/packages/renoki-co/aws-elastic-client)\n[![Monthly Downloads](https://poser.pugx.org/renoki-co/aws-elastic-client/d/monthly)](https://packagist.org/packages/renoki-co/aws-elastic-client)\n[![License](https://poser.pugx.org/renoki-co/aws-elastic-client/license)](https://packagist.org/packages/renoki-co/aws-elastic-client)\n\nJust a simple Elasticsearch Client handler that signs the requests for AWS Elasticsearch service with the provided credentials.\n\n## 🤝 Supporting\n\n**If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with [Github Sponsors](https://github.com/sponsors/rennokki). 📦**\n\n[\u003cimg src=\"https://github-content.s3.fr-par.scw.cloud/static/18.jpg\" height=\"210\" width=\"418\" /\u003e](https://github-content.renoki.org/github-repo/18)\n\n## 🚀 Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require renoki-co/aws-elastic-client\n```\n\n## 🙌 Usage\n\nTo authenticate to AWS, you will need to set the handler that comes with this package:\n\n```php\nuse RenokiCo\\AwsElasticHandler\\AwsHandler;\n\n$awsHandler = new AwsHandler([\n    'enabled' =\u003e true,\n    'aws_access_key_id' =\u003e '...',\n    'aws_secret_access_key' =\u003e '...',\n    'aws_region' =\u003e 'us-east-1',\n    'aws_session_token' =\u003e '...', // optional\n]);\n\n$client = ClientBuilder::create()\n    -\u003esetHosts(...)\n    -\u003esetHandler($awsHandler)\n    -\u003ebuild();\n```\n\nIf you are building th client statically using `fromConfig()`, pass the `handler` parameter:\n\n```php\nuse RenokiCo\\AwsElasticHandler\\AwsHandler;\n\n$awsHandler = new AwsHandler([\n    'enabled' =\u003e true,\n    'aws_access_key_id' =\u003e '...',\n    'aws_secret_access_key' =\u003e '...',\n    'aws_region' =\u003e 'us-east-1',\n    'aws_session_token' =\u003e '...', // optional\n]);\n\n$client = ClientBuilder::fromConfig([\n    'hosts' =\u003e [\n        //\n    ],\n    'handler' =\u003e $awsHandler,\n]);\n```\n\nThe package will make sure to sign each subsequent request that goes through with the IAM credentials you have provided.\n\n## 🐛 Testing\n\n``` bash\nvendor/bin/phpunit\n```\n\n## 🤝 Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## 🔒  Security\n\nIf you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.\n\n## 🎉 Credits\n\n- [Alex Renoki](https://github.com/rennokki)\n- [All Contributors](../../contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenoki-co%2Faws-elastic-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenoki-co%2Faws-elastic-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenoki-co%2Faws-elastic-client/lists"}