PHPackages                             tonitin/post-s3 - 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. tonitin/post-s3

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

tonitin/post-s3
===============

Upload direct to s3

0.1.2(1y ago)07MITPHP

Since Jun 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tonitomystery/s3-post-signed-php)[ Packagist](https://packagist.org/packages/tonitin/post-s3)[ RSS](/packages/tonitin-post-s3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

About
=====

[](#about)

This library allows you to quickly create the post signed request for S3, from the database models.

First Step
----------

[](#first-step)

- Includes trait **S3PostSigned** in your model

```
use S3PostSigned;
```

Here's an example of using `createPostSigned` method:
-----------------------------------------------------

[](#heres-an-example-of-using-createpostsigned-method)

```
$post = new Post();
$sizeBytes = 80000;
$bucketName = 'example';
$key = 'xyz/abc/horse.mp3';
$postSigned = $post->createPostSigned($bucketName, $key, $sizeBytes);
```

Example response
----------------

[](#example-response)

```
{
  "formAttributes": {
    "action": "endpointUrl",
    "method": "POST",
    "enctype": "multipart/form-data"
  },
  "formInputs": {
    "key": "xyz/abc/horse.mp3",
    "X-Amz-Credential": "xxxxxxxxx",
    "X-Amz-Algorithm": "xxxxxxxxx",
    "X-Amz-Date": "xxxxxxxxxxxxxxxxxxxxxxxx",
    "Policy": "xxxxxxxxxxxxxxxxxxxxxxxx",
    "X-Amz-Signature": "xxxxxxxxxxxxxxxxxxxxxxxx"
  }
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

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

Total

3

Last Release

702d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46c0675c9bb7ccc1f9c7bc4bd020525624decb8a9f8cfe8bb59616fe8a1a8b72?d=identicon)[tonito](/maintainers/tonito)

---

Top Contributors

[![tonitomystery](https://avatars.githubusercontent.com/u/16812563?v=4)](https://github.com/tonitomystery "tonitomystery (7 commits)")

### Embed Badge

![Health badge](/badges/tonitin-post-s3/health.svg)

```
[![Health](https://phpackages.com/badges/tonitin-post-s3/health.svg)](https://phpackages.com/packages/tonitin-post-s3)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/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.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[aws/aws-sdk-php-resources

A resource-oriented API for interacting with AWS services

1381.8M10](/packages/aws-aws-sdk-php-resources)[aws/aws-sdk-php-zf2

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

104997.5k5](/packages/aws-aws-sdk-php-zf2)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

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

PHPackages © 2026

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