stechstudio/email-forward-parser
最新稳定版本:0.4
Composer 安装命令:
composer require stechstudio/email-forward-parser
包简介
PHP port of https://github.com/crisp-oss/email-forward-parser
README 文档
README
This is a PHP port of email-forward-parser by Crisp OSS.
All credit goes to them.
Installation
composer require stechstudio/email-forward-parser
Usage
use STS\EmailForward\Parser; $parser = new Parser(); $result = $parser->read($emailBody, $emailSubject); echo $result['forwarded']; // true echo $result['email']['from']['address']; // john.doe@acme.com
See https://github.com/crisp-oss/email-forward-parser/blob/master/README.md for more usage examples.
License
MIT
统计信息
- 总下载量: 171
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-24