FIXED: "README.md".
This commit is contained in:
Roman Syroeshko 2014-03-15 11:24:52 +04:00
parent d9c3cfcedf
commit 895361910b
1 changed files with 8 additions and 3 deletions

View File

@ -30,13 +30,18 @@ __Want to contribute?__ Fork us!
* Insert list items as bulleted, numbered, or multilevel
* Insert hyperlinks
* Create document from templates
* Use XSL 1.0 style sheets to transform main document part of OOXML template
* ... and many more features on progress
## Requirements
* PHP 5.3+
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
* PHP [XML Parser](http://www.php.net/manual/en/xml.installation.php) extension
* PHP version 5.3.0 or higher
* PHP extension [ZipArchive](http://php.net/manual/en/book.zip.php)
* PHP extension [XMLWriter](http://php.net/manual/en/book.xmlwriter.php)
## Optional PHP extensions
* [GD](http://php.net/manual/en/book.image.php)
* [XMLWriter](http://php.net/manual/en/book.xmlwriter.php)
* [XSL](http://php.net/manual/en/book.xsl.php)
## Installation