2013-12-11 14:39:43 -05:00
|
|
|
{
|
|
|
|
|
"name": "phpoffice/phpword",
|
2014-03-26 16:33:20 +07:00
|
|
|
"description": "PHPWord - Read, Create, and Write DOCX, ODT, and RTF documents in PHP",
|
2014-03-20 16:54:12 +04:00
|
|
|
"keywords": [
|
|
|
|
|
"PHP", "PhpOffice", "office", "PhpWord", "word", "template", "reader", "writer",
|
2014-03-23 16:59:28 +01:00
|
|
|
"docx", "OOXML", "OpenXML", "Office Open XML", "ISO IEC 29500", "WordprocessingML",
|
2014-03-23 17:37:26 +07:00
|
|
|
"RTF", "Rich Text Format", "doc", "odt", "OpenDocument"
|
2014-03-20 16:54:12 +04:00
|
|
|
],
|
2013-12-13 11:36:36 +01:00
|
|
|
"homepage": "http://phpoffice.github.io",
|
2013-12-11 14:39:43 -05:00
|
|
|
"type": "library",
|
2014-03-23 16:59:28 +01:00
|
|
|
"license": "LGPL-3.0+",
|
2013-12-11 14:39:43 -05:00
|
|
|
"authors": [
|
2013-12-13 11:36:36 +01:00
|
|
|
{
|
|
|
|
|
"name": "Mark Baker"
|
|
|
|
|
},
|
2013-12-11 14:39:43 -05:00
|
|
|
{
|
|
|
|
|
"name": "Gabriel Bull",
|
2014-03-02 12:42:58 -05:00
|
|
|
"email": "me@gabrielbull.com",
|
|
|
|
|
"homepage": "http://gabrielbull.com/"
|
2013-12-13 11:38:22 +01:00
|
|
|
},
|
2013-12-13 11:36:36 +01:00
|
|
|
{
|
|
|
|
|
"name": "Franck Lefevre",
|
|
|
|
|
"homepage": "http://blog.rootslabs.net"
|
2014-03-23 17:37:26 +07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Ivan Lanin",
|
|
|
|
|
"homepage": "http://ivan.lanin.org"
|
2014-03-30 05:27:25 -07:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Roman Syroeshko",
|
|
|
|
|
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
|
2013-12-11 14:39:43 -05:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"require": {
|
2014-03-20 17:17:43 +04:00
|
|
|
"php": ">=5.3.3",
|
2014-03-13 08:18:48 -06:00
|
|
|
"ext-xml": "*",
|
|
|
|
|
"ext-zip": "*"
|
2013-12-11 14:39:43 -05:00
|
|
|
},
|
2014-02-12 11:21:04 -05:00
|
|
|
"require-dev": {
|
2014-04-16 15:24:38 +07:00
|
|
|
"phpunit/phpunit": "3.7.*"
|
2014-02-12 11:21:04 -05:00
|
|
|
},
|
2014-03-13 08:18:48 -06:00
|
|
|
"suggest": {
|
2014-04-16 15:24:38 +07:00
|
|
|
"ext-gd2": "Required to add images",
|
|
|
|
|
"ext-xmlwriter": "Required to write DOCX and ODT",
|
|
|
|
|
"ext-xsl": "Required to apply XSL style sheet to template part",
|
|
|
|
|
"dompdf/dompdf": "Required to write PDF"
|
2014-03-13 08:18:48 -06:00
|
|
|
},
|
2013-12-11 14:39:43 -05:00
|
|
|
"autoload": {
|
2014-03-22 10:06:08 +04:00
|
|
|
"psr-4": {
|
2014-03-27 10:04:34 +03:00
|
|
|
"PhpOffice\\PhpWord\\": "src/PhpWord"
|
2013-12-11 14:39:43 -05:00
|
|
|
}
|
|
|
|
|
}
|
2014-03-27 10:04:34 +03:00
|
|
|
}
|