Cookbook
- Learn phpdocx in 5 minutes
- Tutorial
- API quick guide
- HTML to Word
- HTML Extended
- Conversion plugin
- Word to HTML
- DOCXPath
- Bulk processing
- DOCXCustomizer
- Digital signature
- Cryptophpdocx
- Right to left languages
- phpdocx CLI command
- Tracking
- Artificial Intelligence
- Blockchain for documents
- JavaScript API
- Compiled mode
Logger and error reporting level
phpdocx includes logging messages to debug the library. Any PSR-3 logging library can be used (such as Monolog).
To use a logging library, it must be enabled:
The default error reporting level used by phpdocx is:
E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
This value can be customized easily: