PHPackages                             loantap/aws-s3 - 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. loantap/aws-s3

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

loantap/aws-s3
==============

AWS s3 integration for Awesome enterprise

1.1(5y ago)08GPL-3.0-or-laterPHPPHP &gt;=7.0

Since Jan 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/techieloantap/aws-s3)[ Packagist](https://packagist.org/packages/loantap/aws-s3)[ Docs](https://getawesomestudio.com/)[ RSS](/packages/loantap-aws-s3/feed)WikiDiscussions main Synced today

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

aws-s3
======

[](#aws-s3)

Aws S3 shortcode which will handle all the operation of aws s3 like fetch get etc

You require awesome-enterprise to use this
=========================================================================================

[](#you-require-awesome-enterprise-to-use-this-httpsgithubcomwpoetsawesome-enterprise)

`composer require loantap/aws-s3`

Fetch all files from s3 bucket folder
-------------------------------------

[](#fetch-all-files-from-s3-bucket-folder)

###### Input:

[](#input)

```
   config :
   path   :
   search :
   bucket_name :

   ```
	[aws_s3.get_files config= path={template.path} search="" bucket_name="" o.set=template.ack/]
  ```

```

Fetch single file content
-------------------------

[](#fetch-single-file-content)

```
###### Input:
   config :
   path   :
   bucket_name :

   ```
   	 [aws_s3.get_file_contents config="" path=  o.set=template.ack/]
   ```

```

Save file
---------

[](#save-file)

```
###### Input:
   config :
   path   :
   contents :

```
	[aws_s3.put_file_contents config="" path="" contents="" o.set=template.ack/]
```

```

Delete single file
------------------

[](#delete-single-file)

```
###### Input:
   config :
   path   :
  bucket_name :

```
[aws_s3.delete_file config= path={template.path} bucket_name="" o.set=template.ack/]
```

```

Delete all files
----------------

[](#delete-all-files)

```
###### Input:
   config :
   path   :
  bucket_name :
```

```

\[aws\_s3.delete\_all\_files config= path={template.path} bucket\_name="" o.set=template.ack/\]

```
```

```

Download single file
--------------------

[](#download-single-file)

###### Input:

[](#input-1)

```
   config :
   path   :
  bucket_name :
```
[aws_s3.download_file config= path={template.path} bucket_name="" o.set=template.ack/]
```

```

Download all files
------------------

[](#download-all-files)

```
###### Input:
   config :
   path   :
   bucket_name :
   download_path :

```
	[aws_s3.download_all config= path={template.path} bucket_name="" download_path="/var/tmp/cibil/{token}.zip" o.set=template.ack/]
```

```

presigned url and get file data
-------------------------------

[](#presigned-url-and-get-file-data)

```
###### Input:
   config :
   source   :
   bucket_name :
   destination :

```
[aws_s3.download_public_file config= source="" destination="{destination}" bucket_name="" o.set=template.ack/]
```

```

Display file on browswer
------------------------

[](#display-file-on-browswer)

```
###### Input:
   config :
   path   :
   bucket_name :

```
	[aws_s3.read_file config= path= bucket_name="" o.set=template.ack/]
```

```

Move local file to s3
---------------------

[](#move-local-file-to-s3)

```
###### Input:
   config :
   source   :
   destination :
   bucket_name :

```
	 [aws_s3.move_file_to_bucket source="{template.local_path}/{template.file_name}" destination="" config= bucket_name="" o.set=template.ack/]
```

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~21 days

Total

2

Last Release

1922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8017149653b1e0a7298cdc58bad55c34e89a6104212d9c4c9d94d6735b60ce96?d=identicon)[loantaptech](/maintainers/loantaptech)

---

Top Contributors

[![ltvaibhav](https://avatars.githubusercontent.com/u/179457726?v=4)](https://github.com/ltvaibhav "ltvaibhav (3 commits)")

---

Tags

wordpressshortcodelow-codeaws-s3 Awesome Enterprise

### Embed Badge

![Health badge](/badges/loantap-aws-s3/health.svg)

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

###  Alternatives

[humanmade/s3-uploads

WordPress plugin to store uploads on S3

2.1k2.4M8](/packages/humanmade-s3-uploads)[frostealth/yii2-aws-s3

An Amazon S3 component for Yii2

90698.9k5](/packages/frostealth-yii2-aws-s3)

PHPackages © 2026

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