Fixed, create your word template header and footer but set it so that "First page is different", that way header and footer is only for the first page.
When you create your Docx in PHPdocx, just importHeaderAndFooter as you normally would.
OR
$docx = new CreateDocx($template_path);