sasha6806 / yii2-phpword
Yii2 extension of PHPOffice/PHPWord
Package info
github.com/sasha6806/yii2-phpword
Type:yii2-extension
pkg:composer/sasha6806/yii2-phpword
0.0.2
2018-05-02 10:52 UTC
Requires
- phpoffice/phpword: ~0.14.0
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-15 21:15:20 UTC
README
Yii2 extension of PHPOffice/PHPWord
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sasha6806/yii2-phpword "*"
or add
"sasha6806/yii2-phpword": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \sasha\AutoloadExample::widget(); ?>