Is there a way to get PHPWord working on a Google App Engine enironment?
The issues are:
Installation via composer not available on Google App Engine
ZipArchive not available on Google App Engine (maybe PCLZip could be a workaround)
Local file write not available on Google App Engine
I tried to adapt it:
Installing locally with composer and uploading the whole thing. It was a mess and I am not sure if I did it right. Is there a way to install without composer?
I tried using PCLZip that is included, no luck
I tried writing to google drive insteal of local filesystem, no luck
Did anyone adapt PHPWord to work on a Google App Engine Environment?
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41575964-google-app-engine?utm_campaign=plugin&utm_content=tracker%2F323108&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F323108&utm_medium=issues&utm_source=github).
Hello,
Is there a way to get PHPWord working on a Google App Engine enironment?
The issues are:
I tried to adapt it:
Did anyone adapt PHPWord to work on a Google App Engine Environment?