qualityunit/tnef-decoder 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 15
  • Watchers: 12
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2019-07-01