m0zart89 / yii2-phpword
This extension allows you manipulate a docx files
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/m0zart89/yii2-phpword
Type:yii2-extension
pkg:composer/m0zart89/yii2-phpword
dev-master
2014-11-06 16:26 UTC
Requires
This package is not auto-updated.
Last update: 2022-01-03 14:17:06 UTC
README
This extension allows you manipulate a docx files
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist m0zart89/yii2-phpword "*"
or add
"m0zart89/yii2-phpword": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \m0zart89\\phpword\\AutoloadExample::widget(); ?>```