A pure PHP library for reading and writing word processing documents
Go to file
Ivan Lanin 3fa49ee53b section breakType 2014-01-01 20:12:51 +07:00
Classes section breakType 2014-01-01 20:12:51 +07:00
samples Fixed some merge issues 2013-12-16 06:40:30 -05:00
test Fixed some merge issues 2013-12-16 06:40:30 -05:00
.gitignore Merge branch 'master' of https://github.com/PHPOffice/PHPWord 2013-12-15 14:15:28 -05:00
.travis.yml CI via Travis 2013-12-17 11:45:51 +01:00
README.md section breakType 2014-01-01 20:12:51 +07:00
changelog.txt Update of changelog after the pull request of @gavroche 2013-12-16 18:47:18 +01:00
composer.json Merge branch 'master' of https://github.com/PHPOffice/PHPWord 2013-12-15 14:15:28 -05:00
license.md Added readme and license file 2012-07-05 07:25:13 +02:00
phpunit.xml.dist Added Unit Tests and fixed bugs with Autoloader 2013-12-11 15:08:54 -05:00

README.md

PHPWord - OpenXML - Read, Write and Create Word documents in PHP

PHPWord is a library written in PHP that create word documents.

Add features in this fork

  • Superscript/subscript w:vertAlign
  • Hanging
  • Section with column
  • Softbreak (SHIFT + ENTER) in Text Run
  • Redefine normal paragraph style and base all other style from it
  • Section breakType. Used especially for continuous column

License

PHPWord is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)