ferdynator/phpword
Composer 安装命令:
composer require ferdynator/phpword
包简介
PHPWord is a library written in PHP that create word documents. This Package is modified to work with Symfony 2
关键字:
README 文档
README
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>
统计信息
- 总下载量: 27.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2013-03-05