kaystrobach/phpoffice
composer require kaystrobach/phpoffice
1.0.0
Readme excerpt
FLOW.phpoffice Init PHPExcel $loader = new \KayStrobach\PhpOffice\Utility\PHPOfficeUtility('PHPExcel'); $loader->init('PHPExcel'); Same for PHPWord (Just use the classes) $template = new \PhpOffice\PhpWord\TemplateProcessor($this->templatePath); DocumentationPlease look into the appropriate Package description on how to handle the phpOffice libraries: https://github.com/PHPOffice
Read more
The same vendor provides 13 package(s).