docx-templates:.docx 的简单模板引擎

时间:2024-07-05 02:32:50
【文件属性】:

文件名称:docx-templates:.docx 的简单模板引擎

文件大小:78KB

文件格式:ZIP

更新时间:2024-07-05 02:32:50

PHP

docX-模板 您可以创建一个包含搜索模式的 .docx 模板文件,这些搜索模式可以替换为您希望的任何值: <?php use DocxTemplate \ TemplateFactory ; $ template = TemplateFactory :: load ( 'template1.docx' ); $ template -> assign ([ 'name' => 'Jon' , 'surname' => 'Snow' , 'house' => 'Stark' ]); $ template -> save ( 'jon.docx' ); 搜索模式拼写 默认搜索模式拼写为: {{mark_name}} 标记名称应为小写,单词之间用下划线分隔。 My name is {{name}}. 您也可以使用任何您希望的搜索模式拼写: <?ph


【文件预览】:
docx-templates-master
----.coveralls.yml(125B)
----.scrutinizer.yml(641B)
----src()
--------Exception()
--------Matcher()
--------TemplateFactory.php(1KB)
--------Document.php(4KB)
--------Template.php(2KB)
--------Content()
----examples()
--------scripts()
--------docs()
----.travis.yml(266B)
----phpunit.xml(714B)
----README.md(2KB)
----tests()
--------runtime()
--------fixtures()
--------DocxTemplate()
--------bootstrap.php(105B)
----.gitignore(21B)
----composer.json(486B)

网友评论