PHPackages                             vega6-dev/amazon-s3-upload - 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. vega6-dev/amazon-s3-upload

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

vega6-dev/amazon-s3-upload
==========================

The library uploads any file to the given Bucket of Amazon s3.

1.01(6y ago)0157[2 PRs](https://github.com/vega6-webware-technologies/AmazonS3Upload/pulls)MITPHPPHP &gt;=5.5

Since Jul 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vega6-webware-technologies/AmazonS3Upload)[ Packagist](https://packagist.org/packages/vega6-dev/amazon-s3-upload)[ RSS](/packages/vega6-dev-amazon-s3-upload/feed)WikiDiscussions master Synced 2d ago

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

AmazonS3Upload
==============

[](#amazons3upload)

Class to upload any files in a given bucket in Amazon S3

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

[](#installation)

```
composer require vega6-dev/amazon-s3-upload

```

Initialize
----------

[](#initialize)

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

```

### set region

[](#set-region)

```
$s3Service->setS3Region('us-west-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

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

2239d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3817327?v=4)[Adi](/maintainers/adiwithadidas)[@adiwithadidas](https://github.com/adiwithadidas)

### Embed Badge

![Health badge](/badges/vega6-dev-amazon-s3-upload/health.svg)

```
[![Health](https://phpackages.com/badges/vega6-dev-amazon-s3-upload/health.svg)](https://phpackages.com/packages/vega6-dev-amazon-s3-upload)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k293.8M1.2k](/packages/league-flysystem-aws-s3-v3)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

121269.8k1](/packages/ellaisys-aws-cognito)[kolay/xlsx-stream

Streaming XLSX reader and writer for PHP and Laravel. Constant memory regardless of file size, direct S3 multipart streaming, optional born-indexed random access.

4512.6k](/packages/kolay-xlsx-stream)[altis/core

Core module for Altis

19233.0k4](/packages/altis-core)

PHPackages © 2026

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