PHPackages                             mrferos/email-stripper - 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. mrferos/email-stripper

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

mrferos/email-stripper
======================

A library to strip things from email, namely quoted replies and signatures.

021PHP

Since Jun 11Pushed 8y ago3 watchersCompare

[ Source](https://github.com/mrferos/Email-Stripper)[ Packagist](https://packagist.org/packages/mrferos/email-stripper)[ RSS](/packages/mrferos-email-stripper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Travis-CI](https://camo.githubusercontent.com/60a04c29c2bb45161992a75aa5404af3887b2443d2ade1733d13e8df8fe5484f/68747470733a2f2f7472617669732d63692e6f72672f6d726665726f732f456d61696c2d53747269707065722e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/60a04c29c2bb45161992a75aa5404af3887b2443d2ade1733d13e8df8fe5484f/68747470733a2f2f7472617669732d63692e6f72672f6d726665726f732f456d61696c2d53747269707065722e7376673f6272616e63683d6d6173746572)[![Scrutinizer-CI](https://camo.githubusercontent.com/2b3d504abab7e7216e91845629fc2481bdb245fb9ec5a08f7c4e51891ca483db/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d726665726f732f456d61696c2d53747269707065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://camo.githubusercontent.com/2b3d504abab7e7216e91845629fc2481bdb245fb9ec5a08f7c4e51891ca483db/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d726665726f732f456d61696c2d53747269707065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)

Email-Stripper
==============

[](#email-stripper)

A library to strip things from email, right now it's just quoted replies. Hoping to reliably get signatures soon.

### Code Examples

[](#code-examples)

```
$emailStripper = new \EmailStripper\EmailStripper;
$emailStripper->addStripper('QuotedReplies');
$strippedMessage = $emailStripper->strip($message);
```

### Adding your own stripper

[](#adding-your-own-stripper)

Your need to write a class that implements the StripperInterface which contains three methods:

- setMessage
- has
- strip

Afterwards you can call addStripper with either an object or classpath.

```
$emailStripper = new \EmailStripper\EmailStripper;
$emailStripper->addStripper('My\Customer\Stripper');
```

That's it!

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7af41bdd34c88e63ccca096fa4f461a24650f13161920be9a28de13068fbe0a1?d=identicon)[mrferos](/maintainers/mrferos)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mrferos-email-stripper/health.svg)

```
[![Health](https://phpackages.com/badges/mrferos-email-stripper/health.svg)](https://phpackages.com/packages/mrferos-email-stripper)
```

###  Alternatives

[heroyt/tournament-generator

A set of classes used to create multiple kinds of tournament brackets in PHP.

6615.2k](/packages/heroyt-tournament-generator)

PHPackages © 2026

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