2017 © Pedro Peláez
 

library docx-template-in-php

Create Templates in MS Word docx format and use them Creating Business documents using PHP

image

icircle/docx-template-in-php

Create Templates in MS Word docx format and use them Creating Business documents using PHP

  • Sunday, September 18, 2016
  • by Raaghu
  • Repository
  • 4 Watchers
  • 18 Stars
  • 1,029 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 4 Versions
  • 28 % Grown

The README.md

docxTemplateInPHP

Create Templates in MS Word docx format and use them Creating Business documents using PHP, (*1)

What's New

Changed the namespace of DocxTemplate from default to icircle\Template\Docx, (*2)

Introduction

This library merges the data in php array into docx file., (*3)

The template docx file can be created in MS Word, To specify keys use [key] format in MS Word (i.e, specify the array indices inside the square bracket), (*4)

Example

for the data, (*5)

{
    "host":{
        "name":"Host Company",
        "address":"1st Main, 2nd Cross, Bangalore"
    }
}

the possible keys are [host.name] [host.address], (*6)

Basic Usage

use icircle\Template\Docx\DocxTemplate;

$docxTemplate = new DocxTemplate('path/to/template/file');
$dataArray = array() // fill the $dataArray with data
$docxTemplate->merge($dataArray,'path/to/output/file');

For More Usage please see the included tests or contact me, (*7)

The Versions

18/09 2016

v0.1.x-dev

0.1.9999999.9999999-dev https://github.com/Raaghu1987/docxTemplateInPHP

Create Templates in MS Word docx format and use them Creating Business documents using PHP

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

merge template table grid doc document docx rtf merge list

18/09 2016

dev-master

9999999-dev https://github.com/Raaghu1987/docxTemplateInPHP

Create Templates in MS Word docx format and use them Creating Business documents using PHP

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

merge template table grid doc document docx rtf merge list

18/09 2016

v0.1.2

0.1.2.0 https://github.com/Raaghu1987/docxTemplateInPHP

Create Templates in MS Word docx format and use them Creating Business documents using PHP

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

merge template table grid doc document docx rtf merge list

01/04 2015

0.1.1

0.1.1.0 https://github.com/Raaghu1987/docxTemplateInPHP

Create Templates in MS Word docx format and use them Creating Business documents using PHP

  Sources   Download

Apache License 2.0

The Requires

 

The Development Requires

merge template table grid doc document docx rtf merge list