# aws/aws-sdk-php-laravel

A Laravel 6+ service provider for the AWS SDK for PHP

Repository: https://github.com/aws/aws-sdk-php-laravel
Canonical: https://ross.abutalabs.com/products/aws-sdk-php-laravel
Homepage: http://aws.amazon.com/sdkforphp/
Language: PHP
License: Apache-2.0
License Family: permissive
Last push: 2026-03-24T19:05:55+00:00

## Health v2 (maintenance only)
Score: 68/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 73, release rhythm 44, longevity 100
- inputs: {"age_days": 4949, "days_push": 162, "days_rel": 162, "gap_med": 390, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1716, forks 245 (observed 2026-08-28T04:05:26.317021+00:00)

## What it is
An official Laravel service provider that integrates the AWS SDK for PHP into Laravel and Lumen applications. It registers the SDK client, an AWS facade, and environment-based configuration so AWS services can be used with minimal setup.

## Use cases
- use AWS services like S3, DynamoDB, and SQS from a Laravel app
- inject the AWS SDK client into Laravel services via the container
- configure AWS credentials and region from .env in Laravel
- call AWS APIs from Lumen applications
- publish and customize AWS SDK configuration in a Laravel project

## When to choose
- you are building a Laravel or Lumen app that needs to call AWS services
- you want idiomatic Laravel integration (service provider, facade, config publishing) for the official AWS SDK for PHP
- you want credentials and region auto-configured from environment variables

## When to avoid
- your project does not use Laravel or Lumen - use aws/aws-sdk-php directly
- you need a framework-agnostic or Symfony integration
- you only need one AWS service with a dedicated Laravel package (e.g., filesystem S3 drivers)

## Facets
- artifact type: plugin
- maturity: active
- function: sdk, plugin-system, configuration-management
- domain: cloud-computing, web-development, backend, developer-tools
- platform: php
- tags: aws, laravel, service-provider, lumen, facade

## Member repositories
- aws/aws-sdk-php-laravel (main) score 68

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:26.317021+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:34:14.957033+00:00, confidence not recorded.
  - readme: https://github.com/aws/aws-sdk-php-laravel (fetched 2026-08-28T04:05:26.317021+00:00, sha b92806daf93f)
  - homepage: http://aws.amazon.com/sdkforphp/ (fetched 2026-08-29T11:10:27.731201+00:00, sha 9d6b8d2c8cf5)
  - site_page: https://aws.amazon.com/getting-started?nc2=h_dsc_aa_gs (fetched 2026-08-29T11:10:27.736593+00:00, sha f35fd0664950)
  - site_page: https://aws.amazon.com/about-aws/global-infrastructure?nc2=h_dsc_aa_gi (fetched 2026-08-29T11:10:27.738045+00:00, sha 79a446e5fbd1)
  - site_page: https://aws.amazon.com/products/developer-tools/agent-toolkit-for-aws?nc2=h_dsc_ex_s5 (fetched 2026-08-29T11:10:27.734754+00:00, sha 3cc21b596f92)
  - site_page: https://aws.amazon.com/pricing?nc2=h_pr_hub (fetched 2026-08-29T11:10:27.739811+00:00, sha e2abd01d7981)
  - site_page: https://aws.amazon.com/savingsplans?nc2=h_pr_sp (fetched 2026-08-29T11:10:27.741524+00:00, sha 9ff3c7ad93e0)
  - site_page: https://aws.amazon.com/s3/pricing?nc2=h_pr_s3 (fetched 2026-08-29T11:10:27.743341+00:00, sha 97bbf99c3793)
  - site_page: https://aws.amazon.com/bedrock/pricing?nc2=h_pr_br (fetched 2026-08-29T11:10:27.746834+00:00, sha 4ccc538a3696)
  - site_page: https://aws.amazon.com/rds/pricing?nc2=h_pr_rds (fetched 2026-08-29T11:10:27.748735+00:00, sha 538280f30c8a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
