PHPackages                             wgenial/php-s3-server - 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. wgenial/php-s3-server

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

wgenial/php-s3-server
=====================

Endpoint handler for Fine Uploader S3's server requests.

2.0.0(8y ago)41.5kMITPHP

Since Aug 21Pushed 8y agoCompare

[ Source](https://github.com/wgenial/php-s3-server)[ Packagist](https://packagist.org/packages/wgenial/php-s3-server)[ Docs](https://github.com/wgenial/php-s3-server)[ RSS](/packages/wgenial-php-s3-server/feed)WikiDiscussions master Synced 1mo ago

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

PHP S3 Server
=============

[](#php-s3-server)

### This project is a custom version from File Upload S3 PHP Server

[](#this-project-is-a-custom-version-from-file-upload-s3-php-server)

- PHP-based server-side example for handling signature, delete, etc endpoint requests from Fine Uploader S3.

#### Install

[](#install)

```
composer require wgenial/php-s3-server

```

#### Creation of the file containing the environment variables

[](#creation-of-the-file-containing-the-environment-variables)

```
cp vendor/wgenial/php-s3-server/.env_sample.php .env.php
vim .env.php

```

#### Default configuration

[](#default-configuration)

```
// AWS S3
define('AWS_REGION',''); // us-east-1
define('AWS_VERSION',''); // latest
define('AWS_CLIENT_SECRET_KEY', '');
define('AWS_SERVER_PUBLIC_KEY', '');
define('AWS_SERVER_PRIVATE_KEY', '');
define('S3_BUCKET_NAME', '');
define('S3_HOST_NAME', '');
define('S3_MAX_FILE_SIZE', '');
define('APP_DOMAIN_CORS', ''); // CORS, allowed domain
define('PRESIGNED_URL_EXPIRES_TIMESTAMP',''); // 15 minutes

```

#### Loading libraries

[](#loading-libraries)

```
require('.env.php');
require('vendor/autoload.php');

```

#### Documentation

[](#documentation)

For a step-by-step getting started with PHP Fine Uploader S3, have a look at .

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~113 days

Recently: every ~179 days

Total

8

Last Release

3120d ago

Major Versions

0.1.1 → 1.0.02015-08-21

1.3.1 → 2.0.02017-10-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/06e2cd462dd312f4bacea716be1d9a414e66b31199b2a387a895cb9bc6b480a5?d=identicon)[giovanigenerali](/maintainers/giovanigenerali)

---

Top Contributors

[![rnicholus](https://avatars.githubusercontent.com/u/593312?v=4)](https://github.com/rnicholus "rnicholus (20 commits)")[![giovanigenerali](https://avatars.githubusercontent.com/u/41435?v=4)](https://github.com/giovanigenerali "giovanigenerali (10 commits)")

---

Tags

amazon-s3-storageawsfineuploaderphps3upload

### Embed Badge

![Health badge](/badges/wgenial-php-s3-server/health.svg)

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

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

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

WordPress plugin to store uploads on S3

2.1k2.4M8](/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)
