aws/aws-sdk-php

Official repository of the AWS SDK for PHP (@awsforphp)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 10th, 2026
Created on October 17th, 2012
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 1,253
Total Stargazers: 6,206 (+0)
Total Subscribers: 204 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 10.7 hours
Mean response time: 16.1 days
90th percentile: 12.7 days
Tracked items: 126

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "potential-regression" is answered fastest, typically in about 5 hours, while "feature-request" waits about 2 days. Only 3% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 571 days
Stale 30+ days: 9
Stale 90+ days: 1

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (59)
  • queued (33)
  • p2 (31)
  • guidance (24)
  • feature-request (22)
  • response-requested (21)
  • closed-for-staleness (16)
  • p3 (14)

Detailed Description

AWS SDK for PHP is an official software development kit that enables PHP developers to write software that uses Amazon Web Services.

The SDK solves the problem of integrating AWS services into PHP applications by providing a unified interface to AWS APIs. Rather than making raw HTTP requests to individual AWS endpoints, developers use PHP classes and methods that abstract away authentication, request signing, error handling, and response parsing. The SDK handles the complexity of AWS's authentication mechanisms and allows developers to work with services through idiomatic PHP code.

PHP developers building applications that depend on AWS infrastructure should adopt this tool. It suits projects of any scale that need to interact with AWS services such as Amazon S3, DynamoDB, EC2, Lambda, or any other AWS offering. Teams already committed to PHP as their primary language will find this the natural choice for AWS integration, as it is the officially maintained SDK from Amazon itself.

The project maintains active development with regular updates to support new AWS services and features as they are released. The codebase receives consistent attention to bug fixes and improvements across its core functionality. Development activity shows ongoing engagement with the repository through updates that keep pace with AWS service evolution.