Phpword

I’m trying to load the PHPWord library without Composer, directly.
sc_include_library(“prj”, “phpword”, “PhpWord.php”, true, true); // works
$phpWord = new \PhpOffice\PhpWord\PhpWord(); // error: can’t find phpMedia
I’m not sure if I need to load AutoLoader or PHPWord.
It’s strange that it looks in the ‘grp’ directory when I’ve added the external library at the project level
Class “PhpOffice\PhpWord\Media” not found in /opt/NetMake/v9-php81/wwwroot/scriptcase/app/SGAPlus/_lib/libraries/grp/phpword/PhpWord.php