2017 © Pedro Peláez
 

library phpword

PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2

image

ferdynator/phpword

PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2

  • Tuesday, February 25, 2014
  • by ferdynator
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8,829 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

PHPWord

This repository is an source code of PHPWord, turned into a Composer package. I cloned this from kkula and made some changes to make it work with Symfony2., (*1)

Perquisites:

  • PHP 5.2.x or newer
  • PHP Extension ZipArchive
  • PHP Extension xmllib

Installation

All you have to do is to get composer and add following lines to your composer.json:, (*2)

    "require": {
        //...
       "ferdynator/phpword": "v1.0"
    }

Add as service (optional):

In your services.xml:, (*3)

    <service id="PHPWord" class="PHPWord">
        <file>%kernel.root_dir%/../vendor/ferdynator/phpword/Library/PHPWord.php</file>
    </service>

The Versions

25/02 2014

dev-master

9999999-dev http://phpword.codeplex.com

PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2

  Sources   Download

GNU

The Requires

  • php >5.2.0

 

symfony2 word doc docx

25/02 2014

v1.1

1.1.0.0 http://phpword.codeplex.com

PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2

  Sources   Download

GNU

The Requires

  • php >5.2.0

 

symfony2 word doc docx

03/12 2013

v1.0

1.0.0.0 http://phpword.codeplex.com

PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2

  Sources   Download

GNU

The Requires

  • php >5.2.0

 

symfony2 word doc docx