nextseed / phpword
Fork of https://github.com/publiux/PHPWord for PHP7 support to phpword
Installs: 6 583
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2 731
pkg:composer/nextseed/phpword
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-10-12 01:20:44 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.