https://github.com/sinri/xmindwriter
Write XMind File with PHP
https://github.com/sinri/xmindwriter
php xmind
Last synced: 11 months ago
JSON representation
Write XMind File with PHP
- Host: GitHub
- URL: https://github.com/sinri/xmindwriter
- Owner: sinri
- License: mit
- Created: 2019-10-21T15:57:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T11:50:46.000Z (about 4 years ago)
- Last Synced: 2024-03-14T20:21:46.024Z (about 2 years ago)
- Topics: php, xmind
- Language: PHP
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sinri XMind Writer



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](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.