PHPackages                             innoboxrr/aws-file-manager - 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. innoboxrr/aws-file-manager

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

innoboxrr/aws-file-manager
==========================

0.0.5(1y ago)050MITPHP

Since Jul 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/innoboxrr/aws-file-manager)[ Packagist](https://packagist.org/packages/innoboxrr/aws-file-manager)[ RSS](/packages/innoboxrr-aws-file-manager/feed)WikiDiscussions master Synced yesterday

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

AWS File Manager
================

[](#aws-file-manager)

`innoboxrr/aws-file-manager` is a Laravel package for managing files in AWS S3.

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

[](#installation)

You can install the package via Composer:

```
composer require innoboxrr/aws-file-manager
```

Configuration
-------------

[](#configuration)

You need to publish the configuration file:

```
php artisan vendor:publish --provider="Innoboxrr\\AWSFileManager\\AWSFileManagerServiceProvider"
```

Then, configure your AWS credentials in the `.env` file:

```
AWS_ACCESS_KEY_ID=your-access-key-id
AWS_SECRET_ACCESS_KEY=your-secret-access-key
AWS_DEFAULT_REGION=your-default-region
AWS_BUCKET=your-bucket-name

```

Usage
-----

[](#usage)

### Upload a File

[](#upload-a-file)

```
use Innoboxrr\AWSFileManager\Facades\AWSFileManager;

AWSFileManager::upload($filePath, $destinationPath);
```

### Download a File

[](#download-a-file)

```
use Innoboxrr\AWSFileManager\Facades\AWSFileManager;

$fileContent = AWSFileManager::download($filePath);
```

### Delete a File

[](#delete-a-file)

```
use Innoboxrr\AWSFileManager\Facades\AWSFileManager;

AWSFileManager::delete($filePath);
```

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.txt) for more information.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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

Total

6

Last Release

712d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12868727?v=4)[Homero Raul](/maintainers/hrauvc)[@hrauvc](https://github.com/hrauvc)

---

Top Contributors

[![hrauvc](https://avatars.githubusercontent.com/u/12868727?v=4)](https://github.com/hrauvc "hrauvc (11 commits)")

### Embed Badge

![Health badge](/badges/innoboxrr-aws-file-manager/health.svg)

```
[![Health](https://phpackages.com/badges/innoboxrr-aws-file-manager/health.svg)](https://phpackages.com/packages/innoboxrr-aws-file-manager)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.7k285.7M1.0k](/packages/league-flysystem-aws-s3-v3)[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.

437.9k](/packages/kolay-xlsx-stream)[servd/craft-asset-storage

Servd Asset Storage and Helpers integration for Craft CMS

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

Multipart Uploads using Laravel and AWS S3

174.3k](/packages/mreduar-s3m)

PHPackages © 2026

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