Cookbook
Integrate phpdocx with CakePHP 3
Warning
To run phpdocx with CakePHP 3 it is mandatory to use the package that supports namespaces. This package is available for Advanced and Premium licenses.
- 1- Copy the content of the phpdocx package in the folder vendor/phpdocx.
- 2- Open the file composer.json. Add the following classmap in the autoload section:
"vendor/phpdocx/Classes/Phpdocx"
- 3- Update the autoloader of Composer:
Now, with these three easy steps completed, you can work with phpdocx.
As an example, let's create a document in a controller, and then save it in the webroot folder with the name output.docx: