PHPackages                             tbetool/aws-s3-service-php - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. tbetool/aws-s3-service-php

ActiveLibrary[File &amp; Storage](/categories/file-storage)

tbetool/aws-s3-service-php
==========================

Based on Amazon AWS PHP SDK. Enables using S3 services with ease.

v1.2.1(7y ago)0496↓66.7%PHPPHP &gt;=5.5

Since Mar 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/TBETool/aws-s3-service-php)[ Packagist](https://packagist.org/packages/tbetool/aws-s3-service-php)[ Docs](http://thebornengineer.com)[ RSS](/packages/tbetool-aws-s3-service-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

aws-s3-service-php
==================

[](#aws-s3-service-php)

Easy to use S3 services of Amazon AWS

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

[](#installation)

```
composer require tbetool/aws-s3-service-php

```

Initialize
----------

[](#initialize)

```
$s3Service = new S3Service(S3_KEY, S3_SECRET, S3_BUCKET);

```

### set region

[](#set-region)

```
$s3Service->setS3Region('us-east-1');

```

### set version

[](#set-version)

```
$s3Service->setS3Version('latest');

```

### set HTTP Verfity

[](#set-http-verfity)

```
$s3Service->setS3HttpVerify(false);

```

upload
======

[](#upload)

```
try {

    $s3_url = $s3Service->moveToS3($local_file, $key, $acl);
    return $s3_url;
} catch (Exception $e) {
    print($e->getMessage();
}

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~55 days

Total

4

Last Release

2871d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6560085?v=4)[Anuj Sharma](/maintainers/anuj9196)[@anuj9196](https://github.com/anuj9196)

---

Top Contributors

[![anuj9196](https://avatars.githubusercontent.com/u/6560085?v=4)](https://github.com/anuj9196 "anuj9196 (10 commits)")

---

Tags

awsaws-php-sdkaws-sdk-phpamazon awsthe born engineerAnuj SharmaTBEAnuj TBEaws-php-serviceaws s3 service phpAmazon AWS S3 service

### Embed Badge

![Health badge](/badges/tbetool-aws-s3-service-php/health.svg)

```
[![Health](https://phpackages.com/badges/tbetool-aws-s3-service-php/health.svg)](https://phpackages.com/packages/tbetool-aws-s3-service-php)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k277.8M965](/packages/league-flysystem-aws-s3-v3)[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k37.3M83](/packages/aws-aws-sdk-php-laravel)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1361.9M13](/packages/aws-aws-sdk-php-resources)[vinelab/cdn

Content Delivery Network (CDN) Package for Laravel

217242.9k1](/packages/vinelab-cdn)[aws/aws-sdk-php-zf2

Zend Framework 2 Module that allows easy integration the AWS SDK for PHP

1041.0M5](/packages/aws-aws-sdk-php-zf2)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

90710.6k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

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