deepl-php icon indicating copy to clipboard operation
deepl-php copied to clipboard

Progress bar for DeepL PHP API

Open migliori opened this issue 6 months ago • 1 comments

Hello,

I've implemented a progress bar for uploading and translating documents using the DeepL PHP API. I use Javascript Fetch(), $translator->uploadDocument() and $translator->waitUntilDocumentTranslationComplete($document_handle)

The current documentation isn't very detailed, so I'd like to send you a pull-request, which would add an examples directory and the example usage file with progress bar.

I thought it might help other users; if you're interested, please let me know.

migliori avatar Dec 24 '23 10:12 migliori