An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sinri XMind Writer

![GitHub release (latest by date)](https://img.shields.io/github/v/release/sinri/XMindWriter)
![Packagist Version](https://img.shields.io/packagist/v/sinri/xmind-writer)
![GitHub](https://img.shields.io/github/license/sinri/XMindWriter)

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.