Download the PHP package ferdynator/phpword without Composer
On this page you can find all versions of the php package ferdynator/phpword. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ferdynator/phpword
More information about ferdynator/phpword
Files in ferdynator/phpword
Download ferdynator/phpword
More information about ferdynator/phpword
Files in ferdynator/phpword
Vendor ferdynator
Package phpword
Short Description PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2
License GNU
Homepage http://phpword.codeplex.com
Package phpword
Short Description PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2
License GNU
Homepage http://phpword.codeplex.com
Please rate this library. Is it a good library?
Informations about the package phpword
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.
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
:
"require": {
//...
"ferdynator/phpword": "v1.0"
}
Add as service (optional):
In your services.xml
:
<service id="PHPWord" class="PHPWord">
<file>%kernel.root_dir%/../vendor/ferdynator/phpword/Library/PHPWord.php</file>
</service>
All versions of phpword with dependencies
PHP Build Version
Package Version
Requires
php Version
>5.2.0
The package ferdynator/phpword contains the following files
Loading the files please wait ....