PHP Package: deeplcom/deepl-php

The deepl-php library is a PHP wrapper for the DeepL API, providing seamless integration for efficient translation services.

Current Version: 1.11.1
Last Updated: 2025-01-17
PHP Requirement: >=7.3.0
Dependencies:
guzzle/guzzle
php-http/guzzle6-adapter
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The deepl-php library simplifies the process of integrating DeepL's powerful translation capabilities into your PHP applications. With seamless API communication and robust error handling, this library streamlines multilingual content creation, enhancing user experiences across platforms.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.12.0

Clock Coming soon

Previous Versions

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.12.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/php-http/guzzle6-adapter/2.0.2/loader.php';

use Deepl\Translator;
use GuzzleHttp\Client;

$obj = new Translator();
echo '✅ Test OK: ' . get_class($obj);
?>

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

Community Discussion

Ask questions, share tips, or report issues below.