PHP Package: stichoza/google-translate-php

Google Translate PHP library for seamless translation integration in applications.

Current Version: 5.3.0
Last Updated: 2025-05-20
PHP Requirement: ^8.0
Dependencies:
guzzle/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Google Translate PHP library facilitates easy integration of translation services within PHP applications. With a user-friendly interface and robust functionality, it offers seamless translation capabilities. The library is designed to enhance multilingual support and streamline translation processes, contributing to a more efficient and versatile application experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.3.0

Download Download v5.3.0

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/stichoza/google-translate-php/5.3.0/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';

use Stichoza\Google\Translate\GoogleTranslate;
use GuzzleHttp\Client;
use GuzzleHttp\Promise\Promise;

$obj = new GoogleTranslate();
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.