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

🧠 DeepL API Client Library supporting PHP >= 7.3

Results 2 deepl-php-lib issues
Sort by recently updated
recently updated
newest added

Hi, I just found a bug when trying to create a custom "update" operation for my glossaries. Since the API does not support an update operation what I did as...

Reproducer of #43 If you reset the `$curl` instance right before handling the response the error goes away ``` // BabyMarkt\DeepL\Client public function request($url, $body = '', $method = 'POST')...