Hello,
Please check the documentation available on the following pages, the recommended way is using classmap, not psr-4:
https://www.phpdocx.com/documentation/cookbook/integrate-phpdocx-with-composer
https://www.phpdocx.com/en/forum/default/topic/2050
"autoload": {
"classmap": [
"vendor/phpdocx/Classes/Phpdocx"
]
}
On https://www.phpdocx.com/en/forum/default/topic/2100, another user from your company is doing the same question too.
Regards.