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.
Installs: 479
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Type:yii2-extension
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(); ?>```