PHPackages                             pep/gmail-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. pep/gmail-stripper

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

pep/gmail-stripper
==================

0.1.2(11y ago)2742[2 PRs](https://github.com/PepijnSenders/GmailStripper/pulls)BSD-3 ClausePHP

Since Oct 23Pushed 10mo agoCompare

[ Source](https://github.com/PepijnSenders/GmailStripper)[ Packagist](https://packagist.org/packages/pep/gmail-stripper)[ RSS](/packages/pep-gmail-stripper/feed)WikiDiscussions master Synced 1mo ago

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

GmailStripper
=============

[](#gmailstripper)

Ever needed a check on your database to prevent all those scumbags from opting in 1000 times with fake and weird email addresses.

Now is the time to stop that, with this small plugin all gmail hacks will be history.

To install:

```
composer require pep/gmail-stripper

```

Usage:

```
GmailStripper::strip('p.ep@gmail.com'); // pep@gmail.com
GmailStripper::strip('pep@gmail.com'); // pep@gmail.com
GmailStripper::strip('p.e.p@gmail.com'); // pep@gmail.com
GmailStripper::strip('p.ep+teststest@gmail.com'); // pep@gmail.com
GmailStripper::strip('pep+teststest@gmail.com'); // pep@gmail.com
GmailStripper::strip('p.e.p+teststest@gmail.com'); // pep@gmail.com
GmailStripper::strip('p.ep+teststest+sdaasddsa@gmail.com'); // pep@gmail.com
GmailStripper::strip('pep+teststest+sdaasddsa@gmail.com'); // pep@gmail.com
GmailStripper::strip('p.e.p+teststest+sdaasddsa@gmail.com'); // pep@gmail.com

```

Or add custom domains:

```
GmailStripper::strip('pep@customdomain.com', ['customdomain']); // pep@customdomain.com

```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

4224d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e153edd42a9e2b6205e6d03b551b8e27bb27f9bcf40d1a2ad458c353b438b148?d=identicon)[PepijnSenders](/maintainers/PepijnSenders)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pep-gmail-stripper/health.svg)

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

###  Alternatives

[crazycodr/standard-exceptions

This project is aimed at providing additional standard exceptions to php. Many exceptions that are missing from the SPL are constantly being reproduced in different projects. By providing a package of high-quality, well organised exceptions, it will, in the long run, increase interoperability between projects.

146215.2k7](/packages/crazycodr-standard-exceptions)[symfonycasts/micro-mapper

A tiny, underwhelming data mapper to map one object to another!

82597.6k](/packages/symfonycasts-micro-mapper)[setono/editorjs-php

PHP library for handling data from the EditorJS

4255.2k1](/packages/setono-editorjs-php)[vaimo/composer-changelogs

Provide information about package changes based on changelog files that are bundled with releases; provide tools for generating documentation files from changelog sources

11150.5k10](/packages/vaimo-composer-changelogs)[arandilopez/laravel-feed-parser

Laravel and Lumen rss feed parser

1235.6k](/packages/arandilopez-laravel-feed-parser)

PHPackages © 2026

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