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!
30
30
* Insert list items as bulleted, numbered, or multilevel
31
31
* Insert hyperlinks
32
32
* Create document from templates
33
+ * Use XSL 1.0 style sheets to transform main document part of OOXML template
33
34
* ... and many more features on progress
34
35
35
36
## 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 )
40
45
41
46
## Installation
42
47
You can’t perform that action at this time.
0 commit comments