Merge pull request #132 from RomanSyroeshko/develop

FIXED: "README.md".
This commit is contained in:
Ivan Lanin 2014-03-15 14:35:17 +07:00
commit c2a6c783a2
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 list items as bulleted, numbered, or multilevel
* Insert hyperlinks * Insert hyperlinks
* Create document from templates * Create document from templates
* Use XSL 1.0 style sheets to transform main document part of OOXML template
* ... and many more features on progress * ... and many more features on progress
## Requirements ## 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 ## Optional PHP extensions
* PHP extension [ZipArchive](http://php.net/manual/en/book.zip.php) * [GD](http://php.net/manual/en/book.image.php)
* PHP extension [XMLWriter](http://php.net/manual/en/book.xmlwriter.php) * [XMLWriter](http://php.net/manual/en/book.xmlwriter.php)
* [XSL](http://php.net/manual/en/book.xsl.php)
## Installation ## Installation