DeepLcom / deepl-php

Official PHP library for the DeepL language translation API.
MIT License
202 stars 23 forks source link

Progress bar for DeepL PHP API #38

Open migliori opened 8 months ago

migliori commented 8 months ago

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.

JanEbbing commented 8 months ago

Hi, we're always happy to get pull requests, so feel free to post it :) Is it a web app (not sure how else you would use our PHP SDK with javascript fetch())?