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)51.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 3w 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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

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

3165d 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.7k277.8M959](/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)[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M12](/packages/humanmade-s3-uploads)[andersundsehr/aus-driver-amazon-s3

Provides a FAL driver for the Amazon Web Service AWS S3.

24269.9k](/packages/andersundsehr-aus-driver-amazon-s3)[flownative/aws-s3

This Flow package allows you to store assets (resources) in Amazon's S3

18187.3k](/packages/flownative-aws-s3)[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.

436.0k](/packages/kolay-xlsx-stream)

PHPackages © 2026

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