PHPackages                             eko/googletranslatebundle - 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. eko/googletranslatebundle

ActiveLibrary[API Development](/categories/api)

eko/googletranslatebundle
=========================

A Symfony bundle to deals with Google Translate API

1.1.3(9y ago)4337.1k↓100%23[1 issues](https://github.com/eko/GoogleTranslateBundle/issues)[1 PRs](https://github.com/eko/GoogleTranslateBundle/pulls)MITPHPPHP ^5.3|^7.0

Since Mar 7Pushed 7y ago3 watchersCompare

[ Source](https://github.com/eko/GoogleTranslateBundle)[ Packagist](https://packagist.org/packages/eko/googletranslatebundle)[ Docs](http://github.com/eko/GoogleTranslateBundle)[ RSS](/packages/eko-googletranslatebundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

GoogleTranslateBundle
=====================

[](#googletranslatebundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/a5deaf23f1bd70d6c8d562fa2cac92b25b7fcd7dd47b71eaceb49299666f4a25/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34316433643234322d613066652d343234632d386362312d3635333237663839646631312f6269672e706e67)](https://insight.sensiolabs.com/projects/41d3d242-a0fe-424c-8cb1-65327f89df11)

[![Build Status](https://camo.githubusercontent.com/425e25d73be87879e2ee129eea60740ff9bf969886bd23c426597d4e34eb4e6d/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f656b6f2f476f6f676c655472616e736c61746542756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/eko/GoogleTranslateBundle)[![Latest Stable Version](https://camo.githubusercontent.com/4d4667603752fc750cf417059127444fab21e90b5be08929305e50b894d8d3f5/68747470733a2f2f706f7365722e707567782e6f72672f656b6f2f476f6f676c655472616e736c61746542756e646c652f76657273696f6e2e706e67)](https://packagist.org/packages/eko/GoogleTranslateBundle)[![Total Downloads](https://camo.githubusercontent.com/599e400c56d603b9378a0f4ea779c64fcde0d3fc1659f77f473ac6bdef06f91e/68747470733a2f2f706f7365722e707567782e6f72672f656b6f2f476f6f676c655472616e736c61746542756e646c652f642f746f74616c2e706e67)](https://packagist.org/packages/eko/GoogleTranslateBundle)

Features
--------

[](#features)

- Detect language used for a string
- Translate a string from a source language to a target one
- Translate a string into a target language by using language auto-detection (consume 1 more API call)
- Retrieve all languages available on API and obtain language names in a given language
- Profile detector / translate / languages list API calls in the Symfony profiler!

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

[](#installation)

Add the bundle to your `composer.json` file:

```
{
    "require" :  {
        "eko/googletranslatebundle": "dev-master"
    }
}
```

Add this to app/AppKernel.php

```
