PHP code example of ppl / ppl-deepl-v3-translate

1. Go to this page and download the library: Download ppl/ppl-deepl-v3-translate library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

ppl / ppl-deepl-v3-translate example snippets


'EXTENSIONS' => [
    'ppl_deepl_v3_requests' => [
        'authKey' => 'your-deepl-auth-key',
    ],
],