PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.24k stars 2.69k forks source link

Google App Engine #994

Open mscengsoft opened 7 years ago

mscengsoft commented 7 years ago

Hello,

Is there a way to get PHPWord working on a Google App Engine enironment?

The issues are:

  1. Installation via composer not available on Google App Engine
  2. ZipArchive not available on Google App Engine (maybe PCLZip could be a workaround)
  3. Local file write not available on Google App Engine

I tried to adapt it:

  1. 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?
  2. I tried using PCLZip that is included, no luck
  3. 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).
lexnjugz commented 7 years ago

Any progress on this issue??