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

Official PHP library for the DeepL language translation API.

Results 13 deepl-php issues
Sort by recently updated
recently updated
newest added

Missing in the PHP DeepL library the parameter "**output_format**" ("**docx**" for translating a PDF file into a Word document). **output_format** type of string: File extension of desired format of translated...

and allow to restore the object from i.e. a cache file. This PR can be extended to the other classes when the addition is valuable.

``` Execute scheduled task: Autotranslation Fetch (filter_autotranslate\task\autotranslate_task) ... started 22:06:02. Current memory use 29.1 MB. Debugging increased temporarily due to faildelay of 60 Executing autotranslation fetch jobs... 200 jobs found......

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...

When I translate a document pdf with a table using the glossary, I have this error message. I would like to know what´s the error or how to fix it,...

Hi, I want to use DeepL API to translate my contents but I am not sure if the DeepL can translate rich text or not. I used the version on...

The cURL project recently [announced](https://github.com/curl/curl/discussions/12026) a high-severity security flaw affecting `cURL` and `libcurl`, with patches coming out on **Oct 11th**. DeepL takes security extremely seriously and is taking the appropriate...

The library officially provides support for PHP 7.3 and later. However, I encountered an error when using PHP 7.3. In [deepl-php/src/GlossaryEntries.php](https://github.com/DeepLcom/deepl-php/blob/732c025b00d9240cfb4233ea0b5ec02f6ea1078f/src/GlossaryEntries.php#L96C22-L96C22), the function [mb_str_split()](https://www.php.net/manual/en/function.mb-str-split.php) is utilized, but it is only...

I tried to change the http-client like shown in the [README section - Custom HTTP client](https://github.com/DeepLcom/deepl-php#custom-http-client). What results in Error: ``` Call to undefined function DeepL\curl_version() in deeplcom\deepl-php\src\Translator.php:738 ``` Here...