PHPackages                             fluidtheory/s3-filemanager - 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. fluidtheory/s3-filemanager

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

fluidtheory/s3-filemanager
==========================

File Manager with S3 Intrgration and integrate with Trumbowyg Editor

v3.1.0(4mo ago)013.3k↓42.7%1MITBlade

Since Apr 9Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/FluidTheory/s3-filemanager)[ Packagist](https://packagist.org/packages/fluidtheory/s3-filemanager)[ RSS](/packages/fluidtheory-s3-filemanager/feed)WikiDiscussions master Synced 2d ago

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

Laravel Filemanager
===================

[](#laravel-filemanager)

File Manager with S3 Intrgration and integrate with Trumbowyg Editor

Steps to Integarte File Manager with S3 Integration
---------------------------------------------------

[](#steps-to-integarte-file-manager-with-s3-integration)

- Run following command to install package:

```
composer require fluidtheory/s3-filemanager
```

- Add Publisher class in app.php of config folder

```
Fluidtheory\Filemanager\FileManagerServiceProvider::class
```

- After successful installation, to publish files to project you need to run,

```
php artisan vendor:publish
```

- Include File Manager css in header

```

```

##### Note: Include Bootstrap css and js for modal style if not available in your project. Please include jquery file in header

[](#note-include-bootstrap-css-and-js-for-modal-style-if-not-available-in-your-project-please-include-jquery-file-in-header)

- Include Modal in your view file where input and button are added

```
@include('filemanager::file-manager.iframe')
```

- Set following attribute for upload button,

```
   1) data-multiple="true" for multi-select image or data-multiple="false" for single image select
   2) Set another attribute data-click=""
```

- Add input field to set image value

```

```

- Pass folder name with hidden input in view file

```

```

- Change default value of "FILESYSTEM\_DRIVER" in filesystems.php file to s3 and add update s3 array as follwoing

```
'driver' => 's3',
'key' => env('AWS_KEY'),
'secret' => env('AWS_SECRET'),
'region' => env('AWS_REGION'),
'bucket' => env('AWS_BUCKET'),
'visibility' => 'public',
'url' => env('AWS_URL'),
```

- Final Step , Set following env variable in .env file with value

```
AWS_KEY=
AWS_SECRET=
AWS_REGION=
AWS_BUCKET=
VISIBILITY='public'
AWS_BLOG_URL=
AWS_URL=
```

##### If you want to include file manager in trumbowyg editor please include following:

[](#if-you-want-to-include-file-manager-in-trumbowyg-editor-please-include-following)

```
Include following js file first,

```

- Also, include css of trumbowyg editor

```

```

- Final steps for Editor with s3-filemanager, give class to textarea to integrate Trumbowyg editor

```
$('.').trumbowyg();
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance77

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 82.2% 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 ~21 days

Recently: every ~445 days

Total

122

Last Release

128d ago

Major Versions

1158124355827641.x-dev → 1158124355827642.x-dev2020-02-10

1158124355827642.x-dev → 1164727132135546.x-dev2020-11-05

1164727132135546.x-dev → 1199181201661444.x-dev2020-12-17

3453159800.x-dev → 1200841927979085.x-dev2021-09-23

v2.9.1 → v3.0.02026-01-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2555616?v=4)[Abhishek Shah](/maintainers/abhishek-shah)[@abhishek-shah](https://github.com/abhishek-shah)

---

Top Contributors

[![sanjog-kaskar](https://avatars.githubusercontent.com/u/36440266?v=4)](https://github.com/sanjog-kaskar "sanjog-kaskar (198 commits)")[![satishkumar-mittapelli](https://avatars.githubusercontent.com/u/25580338?v=4)](https://github.com/satishkumar-mittapelli "satishkumar-mittapelli (20 commits)")[![abhishek-shah](https://avatars.githubusercontent.com/u/2555616?v=4)](https://github.com/abhishek-shah "abhishek-shah (13 commits)")[![nileshpandey98](https://avatars.githubusercontent.com/u/82865765?v=4)](https://github.com/nileshpandey98 "nileshpandey98 (6 commits)")[![jigneshdarji89](https://avatars.githubusercontent.com/u/68938184?v=4)](https://github.com/jigneshdarji89 "jigneshdarji89 (4 commits)")

### Embed Badge

![Health badge](/badges/fluidtheory-s3-filemanager/health.svg)

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

###  Alternatives

[craftcms/aws-s3

Amazon S3 integration for Craft CMS

631.5M29](/packages/craftcms-aws-s3)[servd/craft-asset-storage

Servd Asset Storage and Helpers integration for Craft CMS

1184.0k10](/packages/servd-craft-asset-storage)

PHPackages © 2026

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