PHPackages                             zeliard91/google-translator-bundle - 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. zeliard91/google-translator-bundle

ActiveSymfony-bundle[API Development](/categories/api)

zeliard91/google-translator-bundle
==================================

Symfony service designed to work with Google Translate API

v3.0.0(5y ago)151.5k↓44%3MITPHPPHP &gt;=7.2.5

Since Mar 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zeliard91/PryonGoogleTranslatorBundle)[ Packagist](https://packagist.org/packages/zeliard91/google-translator-bundle)[ Docs](https://github.com/zeliard91/PryonGoogleTranslatorBundle)[ RSS](/packages/zeliard91-google-translator-bundle/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (10)Used By (0)

PryonGoogleTranslatorBundle
===========================

[](#pryongoogletranslatorbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/34b86c1a5acb385c4bd4869549eaadb2853219e73fc62d25fd1627c4f34a3f0e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63333934613833622d366334612d343364362d616435342d6665333739613132613239372f6269672e706e67)](https://insight.sensiolabs.com/projects/c394a83b-6c4a-43d6-ad54-fe379a12a297)[![Build Status](https://camo.githubusercontent.com/97ff545fc6cfe83eb251729fb38f59d6b7f761f84a0c0bdeaee0e89fab93c70f/68747470733a2f2f7472617669732d63692e6f72672f7a656c6961726439312f5072796f6e476f6f676c655472616e736c61746f7242756e646c652e706e67)](https://travis-ci.org/zeliard91/PryonGoogleTranslatorBundle)

This bundle provides a symfony service to interact with Google Translate API. [https://developers.google.com/translate/v2/getting\_started](https://developers.google.com/translate/v2/getting_started)

To be able to translate sentences, you have to enable billing on your Google Cloud Console

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

[](#installation)

Installation is a quick 3 step process:

1. Download PryonGoogleTranslatorBundle using composer
2. Enable the Bundle
3. Configure your application's config.yml

### Step 1: Download PryonGoogleTranslatorBundle using composer

[](#step-1-download-pryongoogletranslatorbundle-using-composer)

```
php composer.phar require zeliard91/google-translator-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
