sasha6806/yii2-phpword

Yii2 extension of PHPOffice/PHPWord

Installs: 169

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

0.0.2 2018-05-02 10:52 UTC

This package is not auto-updated.

Last update: 2024-04-28 12:16:19 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(); ?>