PHPackages                             onethirtyone/aws-s3-mime-handler - 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. onethirtyone/aws-s3-mime-handler

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

onethirtyone/aws-s3-mime-handler
================================

A Laravel Package to parse AWS SES messages from an S3 Bucket

1.0.0(6y ago)0198MITPHPCI failing

Since Apr 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/robbfountain/aws-s3-mime-handler)[ Packagist](https://packagist.org/packages/onethirtyone/aws-s3-mime-handler)[ RSS](/packages/onethirtyone-aws-s3-mime-handler/feed)WikiDiscussions master Synced today

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

Parse Mime Messages from your Amazon S3 Bucket
==============================================

[](#parse-mime-messages-from-your-amazon-s3-bucket)

[![Build Status](https://camo.githubusercontent.com/bd10654eaf5353a4ec4c74f0a7fcd7060e0d80dadf7b74a80c47664ae666879b/68747470733a2f2f7472617669732d63692e6f72672f726f6262666f756e7461696e2f6177732d73332d6d696d652d68616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/robbfountain/aws-s3-mime-handler)[![StyleCI](https://camo.githubusercontent.com/911ac05e76a02465ab2b1ddc50dbfb21d688542e7e2b46f046fa07634646bd7d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3235323631363334352f736869656c643f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/911ac05e76a02465ab2b1ddc50dbfb21d688542e7e2b46f046fa07634646bd7d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3235323631363334352f736869656c643f6272616e63683d6d6173746572)

Fetch and parse MIME messages from your Amazon S3 bucket.

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

[](#installation)

Require the package with composer.

```
composer require onethirtyone/aws-s3-mime-handler
```

You'll also need to make sure your AWS environment variables are set

```
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=

```

Usage
-----

[](#usage)

The `MessageCollector` facade will return a collection of `OneThirtyOne\Mime\Message` instances. Each of these instances is a fully parsed MIME message from your bucket. You can access the properties:

```
MessageCollector::fromBucket()->each(function ($message) {
    $message->id;    // The message file name
    $message->to;    // Message recipient
    $message->from; // Message Sender
    $message->subject;  // Message Subject
    $message->body;  // The body of the message (plain text)
});
```

You can delete a message by calling the `delete()` method on a message object

```
$message = MessageCollector::fromBucket()->first();

$message->delete();
```

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2229d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e4316bb9bae35cc0d9535ad772232aa07ebfc0c9d14aa6120c241cc1dad9cc8?d=identicon)[131Studios](/maintainers/131Studios)

---

Top Contributors

[![robbfountain](https://avatars.githubusercontent.com/u/3590383?v=4)](https://github.com/robbfountain "robbfountain (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/onethirtyone-aws-s3-mime-handler/health.svg)

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

###  Alternatives

[ckfinder/ckfinder-laravel-package

CKFinder 3 package for Laravel

159497.2k48](/packages/ckfinder-ckfinder-laravel-package)[helgesverre/extractor

AI-Powered Data Extraction for your Laravel application.

22128.0k](/packages/helgesverre-extractor)[ckfinder/ckfinder-symfony-bundle

CKFinder bundle for Symfony

42435.7k](/packages/ckfinder-ckfinder-symfony-bundle)[inovector/mixpostapp

Standalone application with the Laravel Package of Mixpost Lite pre-installed and configured

1232.9k](/packages/inovector-mixpostapp)

PHPackages © 2026

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