PHPackages                             siddik-web/s3-bucket-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. siddik-web/s3-bucket-manager

ActiveLibrary

siddik-web/s3-bucket-manager
============================

Laravel package for managing AWS S3 bucket operations

1.0.0(1y ago)14[1 issues](https://github.com/siddik-web/s3-bucket-manager/issues)MITPHPPHP ^7.3|^8.0

Since Nov 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/siddik-web/s3-bucket-manager)[ Packagist](https://packagist.org/packages/siddik-web/s3-bucket-manager)[ RSS](/packages/siddik-web-s3-bucket-manager/feed)WikiDiscussions master Synced 1mo ago

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

S3 Bucket Manager
=================

[](#s3-bucket-manager)

Description
-----------

[](#description)

The **S3 Bucket Manager** is a Laravel package designed to simplify the management of AWS S3 bucket operations. It provides a straightforward interface for performing various file operations such as listing, retrieving, creating, updating, and deleting files in an S3 bucket.

Features
--------

[](#features)

- List files in an S3 bucket
- Upload files to an S3 bucket
- Download files from an S3 bucket
- Delete files from an S3 bucket
- Error handling with logging for failed operations

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

[](#requirements)

- PHP version: ^7.3|^8.0
- Laravel framework

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

[](#installation)

You can install the package via Composer. Run the following command in your terminal:

```
composer require siddik-web/s3-bucket-manager
```

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

[](#configuration)

After installing the package, you need to publish the configuration file. Run the following command:

```
php artisan vendor:publish --provider="RocksCoder\S3BucketManager\S3BucketManagerServiceProvider"
```

This will create a `s3-bucket-manager.php` file in your `config` directory. You can customize the configuration options in this file to suit your needs.

Usage
-----

[](#usage)

To use the S3 Bucket Manager in your Laravel application, you can inject it into your controllers or services using the `app()` function:

```
$s3BucketManager = app('s3-bucket-manager');
```

Testing
-------

[](#testing)

To run the tests for the package, use the following command:

```
composer test
```

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Author
------

[](#author)

Md Siddiqur Rahman

- Email:
- GitHub: [@siddik-web](https://github.com/siddik-web)

Links
-----

[](#links)

- [GitHub Repository](https://github.com/siddik-web/s3-bucket-manager)
- [Packagist](https://packagist.org/packages/siddik-web/s3-bucket-manager)

Issues
------

[](#issues)

If you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/siddik-web/s3-bucket-manager/issues).

Contributing
------------

[](#contributing)

We welcome contributions to improve the package. Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines on how to submit improvements and bug fixes.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

545d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e029b42fcf42f1e57b1e6514689c4067cb7dc06d46ea1ecb9439b6a5730ec47b?d=identicon)[siddik-web](/maintainers/siddik-web)

---

Top Contributors

[![siddik-web](https://avatars.githubusercontent.com/u/53170094?v=4)](https://github.com/siddik-web "siddik-web (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/siddik-web-s3-bucket-manager/health.svg)

```
[![Health](https://phpackages.com/badges/siddik-web-s3-bucket-manager/health.svg)](https://phpackages.com/packages/siddik-web-s3-bucket-manager)
```

###  Alternatives

[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

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

WordPress plugin to store uploads on S3

2.1k2.4M9](/packages/humanmade-s3-uploads)[bref/laravel-bridge

An advanced Laravel integration for Bref, including Octane support.

3384.1M11](/packages/bref-laravel-bridge)[magento/magento2-functional-testing-framework

Magento2 Functional Testing Framework

15511.5M30](/packages/magento-magento2-functional-testing-framework)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)

PHPackages © 2026

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