PHP Package: deeplcom/deepl-php

The deepl-php library provides seamless integration with the DeepL translation API for efficient multilingual content translation in PHP applications.

Current Version: 1.11.1
Last Updated: 2025-01-17
PHP Requirement: >=7.1
Dependencies: guzzlehttp/guzzle, psr/log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance your PHP applications with the power of DeepL translation services. The deepl-php library simplifies the process of integrating high-quality, AI-powered translation capabilities into your projects. With a focus on efficiency and accuracy, this library enables seamless multilingual content translation for a global audience. Unlock the potential of DeepL's advanced language processing technology within your PHP environment.

🔗 View on GitHub

Download Latest Version: 1.11.1

Download Download v1.11.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/deeplcom/deepl-php/1.11.1/autoload.php';

use DeepL\DeepL\DeepL;
use GuzzleHttp\Client;
use Psr\Log\LoggerInterface;


$obj = new DeepL\DeepL\DeepL();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.