We are currently using a custom solution for parsing Word document templates which replaces Word content control fields (text fields, check boxes, etc.) with custom values.
We would like to accomplish this with PHPWord, but it looks like the only type of placeholders it supports are strings like ${placeholder_name}
.
The closest existing post I can find refers to Mail Merge and isn't promising: Is PHPWord suitable for direct mail?