Skip to content

sinri/XMindWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinri XMind Writer

GitHub release (latest by date) Packagist Version GitHub

It is an XMind file generator written in and designed for PHP, released as open source software library under MIT License.

Is this project the first to write XMind File in PHP?

Install through composer

composer require sinri/xmind-writer

XMind Format Version Notice

The XMind file format used in this project is following the description provided in https://github.com/xmindltd/xmind/wiki/XMindFileFormat . It seems to be out-dated as XMind now released XMind 8 and XMind ZEN version, however, the old opened format should be still available in these new versions. XMind 7.x and XMind ZEN has been tested with free trail versions of them.

Usage for Starters

It is simple to use tools provided in tools, or use the raw XML entity implementation. See test/samples and you would understand soon.