File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,18 @@ __Want to contribute?__ Fork us!
3030* Insert list items as bulleted, numbered, or multilevel
3131* Insert hyperlinks
3232* Create document from templates
33+ * Use XSL 1.0 style sheets to transform main document part of OOXML template
3334* ... and many more features on progress
3435
3536## Requirements
36-
37- * PHP version 5.3.0 or higher
38- * PHP extension [ ZipArchive] ( http://php.net/manual/en/book.zip.php )
39- * PHP extension [ XMLWriter] ( http://php.net/manual/en/book.xmlwriter.php )
37+ * PHP 5.3+
38+ * PHP [ Zip] ( http://php.net/manual/en/book.zip.php ) extension
39+ * PHP [ XML Parser] ( http://www.php.net/manual/en/xml.installation.php ) extension
40+
41+ ## Optional PHP extensions
42+ * [ GD] ( http://php.net/manual/en/book.image.php )
43+ * [ XMLWriter] ( http://php.net/manual/en/book.xmlwriter.php )
44+ * [ XSL] ( http://php.net/manual/en/book.xsl.php )
4045
4146## Installation
4247
You can’t perform that action at this time.
0 commit comments