sinri / xmind-writer
XMind 文件写入器
0.7
2021-08-27 10:18 UTC
Requires
- php: >=7.1
- ext-xmlwriter: *
- ext-zip: *
README
这是一个用 PHP 编写并设计的 XMind 文件生成器,作为开源软件库在 MIT 许可下发布。
这是否是第一个用 PHP 编写 XMind 文件的计划?
通过 composer 安装
composer require sinri/xmind-writer
XMind 格式版本说明
本项目使用的 XMind 文件格式遵循在 https://github.com/xmindltd/xmind/wiki/XMindFileFormat 提供的描述。它似乎已经过时,因为 XMind 现在已经发布了 XMind 8 和 XMind ZEN 版本,但是旧的开格式应该仍然可用在这些新版本中。已经用 XMind 7.x 和 XMind ZEN 的免费试用版进行了测试。
初学者使用方法
使用 tools
目录中的工具非常简单,或者使用原始的 XML 实体实现。查看 test/samples
目录,你会很快理解。