pep/gmail-stripper
最新稳定版本:0.1.2
Composer 安装命令:
composer require pep/gmail-stripper
包简介
README 文档
README
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
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3
- 更新时间: 2014-10-23