bingo-soft/phpdocxtemplate
最新稳定版本:v1.6.0
Composer 安装命令:
composer create-project bingo-soft/phpdocxtemplate
包简介
PHP library which uses docx files as Twig templates
README 文档
README
PhpDocxTemplate
PhpDocxTemplate is a PHP library, which uses docx files as Twig templates
Installation
Install PhpDocxTemplate, using Composer:
composer require bingo-soft/phpdocxtemplate
Basic example
use PhpDocxTemplate\PhpDocxTemplate; $doc = "./templates/template1.docx"; $template = new PhpDocxTemplate($doc); $template->render(["one" => "1", "two" => "2", "three" => "3", "four" => "4"]); $template->save("./documents/report.docx");
Acknowledgements
PhpDocxTemplate draws inspiration from python-docx-template and PhpWord libraries.
License
MIT
统计信息
- 总下载量: 5.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-01-09