2017 © Pedro Peláez
 

library gmail-stripper

image

pep/gmail-stripper

  • Saturday, April 23, 2016
  • by PepijnSenders
  • Repository
  • 0 Watchers
  • 2 Stars
  • 64 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

GmailStripper

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

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

To install:, (*3)

composer require pep/gmail-stripper

Usage:, (*4)

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:, (*5)

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

The Versions

23/04 2016

dev-master

9999999-dev

  Sources   Download

BSD-3 Clause

The Development Requires

23/10 2014

0.1.2

0.1.2.0

  Sources   Download

BSD-3 Clause

The Development Requires

23/10 2014

0.1.1

0.1.1.0

  Sources   Download

The Development Requires

23/10 2014

0.1.0

0.1.0.0

  Sources   Download

The Development Requires