PHPackages                             lemesdaniel/s3forme - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lemesdaniel/s3forme

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lemesdaniel/s3forme
===================

Laravel service provider s3for.me

0.0.1(9y ago)4154[1 issues](https://github.com/lemesdaniel/s3forme-laravel/issues)MITPHP

Since Aug 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/lemesdaniel/s3forme-laravel)[ Packagist](https://packagist.org/packages/lemesdaniel/s3forme)[ RSS](/packages/lemesdaniel-s3forme/feed)WikiDiscussions master Synced 3w ago

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

s3forme-laravel
---------------

[](#s3forme-laravel)

Requirements
------------

[](#requirements)

- laravel &gt;= 5.1
- league/flysystem-aws-s3-v2 &gt;=1.0 (retrieved automatically via Composer)

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

[](#installation)

Using Composer:

```
composer require lemesdaniel/s3forme
```

Usage
-----

[](#usage)

In your config/flysystem.php file set the default driver to 's3forme' and add the connection configuration like so:

```
'default' => 's3forme',

'cloud' => 's3forme',

'disks' => [
    ...
    's3forme' => [
        'key' => 'you-key',
        'secret' => 'you-secret-key',
        'visibility' => 'public-read', // or private
        'bucket' => 'image', //name your bucket
        'endpoint'  => 'http://rest.s3for.me',
    ],
    ...
]
```

In your config/app.php file add the following provider to your service providers array:

```
'providers' => [
    ...
    Lemesdaniel\S3forme\Providers\S3formeFilesystemServiceProvider::class,
    ...
]
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

3608d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/587064?v=4)[Daniel Lemes](/maintainers/lemesdaniel)[@lemesdaniel](https://github.com/lemesdaniel)

---

Top Contributors

[![lemesdaniel](https://avatars.githubusercontent.com/u/587064?v=4)](https://github.com/lemesdaniel "lemesdaniel (7 commits)")[![johnRivs](https://avatars.githubusercontent.com/u/1509546?v=4)](https://github.com/johnRivs "johnRivs (1 commits)")

### Embed Badge

![Health badge](/badges/lemesdaniel-s3forme/health.svg)

```
[![Health](https://phpackages.com/badges/lemesdaniel-s3forme/health.svg)](https://phpackages.com/packages/lemesdaniel-s3forme)
```

###  Alternatives

[robicch/jquery-gantt

Twproject Gantt editor is a free online tool for creating and sharing Gantts

2.2k166.1k](/packages/robicch-jquery-gantt)

PHPackages © 2026

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