PHPackages                             statickidz/php-google-translate-free - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. statickidz/php-google-translate-free

ActiveLibrary[API Development](/categories/api)

statickidz/php-google-translate-free
====================================

Google Translate Free library for PHP

1.2.2(1y ago)288277.7k↓44.1%88[5 issues](https://github.com/statickidz/php-google-translate-free/issues)5GPL-3.0-onlyPHPPHP &gt;=5.4CI failing

Since Feb 7Pushed 1y ago24 watchersCompare

[ Source](https://github.com/statickidz/php-google-translate-free)[ Packagist](https://packagist.org/packages/statickidz/php-google-translate-free)[ Docs](https://github.com/statickidz/php-google-translate-free/)[ GitHub Sponsors](https://github.com/statickidz)[ RSS](/packages/statickidz-php-google-translate-free/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (5)

PHP GoogleTranslate free [![tests workflow](https://github.com/statickidz/php-google-translate-free/actions/workflows/tests.yml/badge.svg)](https://github.com/statickidz/php-google-translate-free/actions/workflows/tests.yml/badge.svg)
==========================================================================================================================================================================================================================================

[](#php-googletranslate-free-)

Simple PHP library for talking to Google's Translate API for free.

Eliminates IP request limitations

Installation
------------

[](#installation)

Install this package via [Composer](https://getcomposer.org/).

```
composer require statickidz/php-google-translate-free

```

Or edit your project's `composer.json` to require `statickidz/php-google-translate-free` and then run `composer update`.

```
"require": {
    "statickidz/php-google-translate-free": "^1.2.1"
}
```

Usage
-----

[](#usage)

```
require_once ('vendor/autoload.php');
use \Statickidz\GoogleTranslate;

$source = 'es';
$target = 'en';
$text = 'buenos días';

$trans = new GoogleTranslate();
$result = $trans->translate($source, $target, $text);

// Good morning
echo $result;
```

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity56

Moderate usage in the ecosystem

Community33

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 86.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~688 days

Total

5

Last Release

680d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2018f974cdc6e6614ed4b73cd79a554fe6117087236308890c5e85f301e2a6bd?d=identicon)[statickidz](/maintainers/statickidz)

---

Top Contributors

[![statickidz](https://avatars.githubusercontent.com/u/7888227?v=4)](https://github.com/statickidz "statickidz (58 commits)")[![josAlba](https://avatars.githubusercontent.com/u/30494301?v=4)](https://github.com/josAlba "josAlba (3 commits)")[![mobinzk](https://avatars.githubusercontent.com/u/2981528?v=4)](https://github.com/mobinzk "mobinzk (2 commits)")[![renziito](https://avatars.githubusercontent.com/u/4968272?v=4)](https://github.com/renziito "renziito (1 commits)")[![parisbs](https://avatars.githubusercontent.com/u/32491290?v=4)](https://github.com/parisbs "parisbs (1 commits)")[![JiSoft](https://avatars.githubusercontent.com/u/4632714?v=4)](https://github.com/JiSoft "JiSoft (1 commits)")[![rasim](https://avatars.githubusercontent.com/u/983327?v=4)](https://github.com/rasim "rasim (1 commits)")

---

Tags

apigooglephptranslatetranslationtranslatorapitranslategoogletranslatorfreesiegsbstatickidz

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/statickidz-php-google-translate-free/health.svg)

```
[![Health](https://phpackages.com/badges/statickidz-php-google-translate-free/health.svg)](https://phpackages.com/packages/statickidz-php-google-translate-free)
```

###  Alternatives

[dejurin/php-google-translate-for-free

Library for free use Google Translator. With attempts connecting on failure and array support.

13947.7k2](/packages/dejurin-php-google-translate-for-free)[eko/googletranslatebundle

A Symfony bundle to deals with Google Translate API

4337.1k](/packages/eko-googletranslatebundle)[ozankurt/google-analytics

Laravel Google Analytics

7617.2k](/packages/ozankurt-google-analytics)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
