Download the PHP package philgale92/docx without Composer
On this page you can find all versions of the php package philgale92/docx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package docx
Docx Parser
A PHP Based Docx Parser
Installation
Composer (cli): composer require philgale92/docx:3.*
Composer (file): Add the following to your composer.json
file:
`
Manual: Files within src
follow the PSR-0 format.
Supports
- [x] Paragraphs (basic text)
- [x] Text attributes (bold, underline, italic, tabbed, sub & sup script)
- [x] Images
- [x] Lists
- [x] Hyperlinks
- [x] Tables (colspans, vertical merged cells etc)
- [x] Composer support
- [x] Word Styles
- [x] Custom attribute loading (see usage)
- [ ] Textboxes
USAGE
``
Recommended CSS
Here is some basic css styling you can apply as a starting point.
`
====
Requirements:
- PHP >= 5.4
====
Whats new (v1->v2)
- Plugged into composer (psr-0)
- Refactored the architecture to be easier to maintain, and be properly OOP.
- Proper priv/prot/public usage.
- Removed all dynamically set properties in all objects
- All domElements are now treated equally, so the order is preserved in all cases.
- RenderMode is properly propagated throughout, so rendering to other formats is now better supported.
- Adding customised tag rendering easier to handle
- No more archaic arrays at the pre-process stage, so its easier to see how it works.
- Tidied up PHPDocs throughout
All versions of docx with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package philgale92/docx contains the following files
Loading the files please wait ....