nextseed / phpword
Fork of https://github.com/publiux/PHPWord for PHP7 support to phpword
dev-php7
2016-05-09 19:52 UTC
Requires
- php: >=5.3.3
- ext-xml: *
- zendframework/zend-validator: 2.5.*
Requires (Dev)
- dompdf/dompdf: 0.6.*
- mpdf/mpdf: dev-development
- phpdocumentor/phpdocumentor: 2.*
- phploc/phploc: 2.*
- phpmd/phpmd: 2.*
- phpunit/phpunit: 3.7.*
- squizlabs/php_codesniffer: 1.*
- tecnick.com/tcpdf: 6.*
- zendframework/zend-validator: 2.5.*
Suggests
- ext-gd2: Allows adding images
- ext-xmlwriter: Allows writing DOCX and ODT
- ext-xsl: Allows applying XSL style sheet to main document part of OOXML template
- ext-zip: Allows writing DOCX and ODT
- dompdf/dompdf: Allows writing PDF
This package is not auto-updated.
Last update: 2025-02-01 21:19:51 UTC
README
Clone of https://github.com/publiux/PHPWord for interm PHP7 compatibility until PHPWord mainline supports it. All credit to him and rest of PHP{Office | Word} team.