qualityunit/tnef-decoder
最新稳定版本:1.2.9
Composer 安装命令:
composer require qualityunit/tnef-decoder
包简介
TNEF Decoder library extracted from squirell mail plugin to decode winmail.dat file in email attachment
README 文档
README
Simple PHP library to decode TNEF files (winmail.dat).
It is based on SquirellMail plugin
#Requirements:
- PHP >= 7.0
- PHP-mbstring extension
#Usage Include via composer:
composer require qualityunit/tnef-decoder
Create object to parse attachment file
$attachment = new TNEFAttachment();
Parse string with attachment file and receive array of extracted file objects.
$attachment->decodeTnef($buffer);
$files = $attachment->getFiles();
统计信息
- 总下载量: 1.53M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-07-01