# tpyo/amazon-s3-php-class

A standalone Amazon S3 (REST) client for PHP 5/CURL

Repository: https://github.com/tpyo/amazon-s3-php-class
Canonical: https://ross.abutalabs.com/products/amazon-s3-php-class
Language: PHP
License Family: other
Topics: amazon-s3, aws, aws-s3, s3, libcurl
Last push: 2025-02-19T22:07:19+00:00

## Health v2 (maintenance only)
Score: 26/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 7, release rhythm 8, longevity 100
- inputs: {"age_days": 5622, "days_push": 560, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1026, forks 485 (observed 2026-08-28T04:03:16.843656+00:00)

## What it is
A standalone PHP library providing a REST client for Amazon S3 object storage using CURL. It supports object and bucket operations such as uploading, retrieving, copying, and deleting files without requiring the AWS SDK.

## Use cases
- upload files to amazon s3 from php
- download s3 objects to a file or stream
- create and delete s3 buckets programmatically
- list objects in an s3 bucket
- copy objects between s3 locations
- manage s3 object access control lists

## When to choose
- you need a lightweight, dependency-free S3 client for PHP 5+ with CURL
- you only need basic S3 object and bucket operations
- you want to avoid pulling in the full AWS SDK

## When to avoid
- you need modern AWS features like multipart uploads, IAM roles, or signature v4
- your project already uses the official AWS SDK for PHP
- you need support for other AWS services beyond S3

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, sdk, developer-tools
- domain: cloud-computing, developer-tools, apis, files
- platform: php, cross-platform
- tags: amazon-s3, aws, object-storage, rest-client, curl, file-storage

## Member repositories
- tpyo/amazon-s3-php-class (main) score 26

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:16.843656+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-30T07:08:00.432289+00:00, confidence not recorded.
  - readme: https://github.com/tpyo/amazon-s3-php-class (fetched 2026-08-28T04:03:16.843656+00:00, sha ce9e1db99165)
- Data as of 2026-08-30T08:39:29.467469+00:00.
