PHPackages                             krushnaghodke/translation-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. [Localization &amp; i18n](/categories/localization)
4. /
5. krushnaghodke/translation-bundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

krushnaghodke/translation-bundle
================================

A symfony2 bundle help you to translate using Yandex API

03PHP

Since Mar 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/krushnaghodke/translation-bundle)[ Packagist](https://packagist.org/packages/krushnaghodke/translation-bundle)[ RSS](/packages/krushnaghodke-translation-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

TranslationBundle [![](https://camo.githubusercontent.com/f046952ee94c8dfce9a2633c4b70b948b99c6bf6b4d49c897cbf3590d41d5821/68747470733a2f2f6431356870657276326a636e616a2e636c6f756466726f6e742e6e65742f6173736574732f76313763323237633266332f62756e646c65732f696e73696768742f696d672f6d6564616c732f776974682d726962626f6e2f6d6564616c2d706c6174696e756d2e706e67)](https://camo.githubusercontent.com/f046952ee94c8dfce9a2633c4b70b948b99c6bf6b4d49c897cbf3590d41d5821/68747470733a2f2f6431356870657276326a636e616a2e636c6f756466726f6e742e6e65742f6173736574732f76313763323237633266332f62756e646c65732f696e73696768742f696d672f6d6564616c732f776974682d726962626f6e2f6d6564616c2d706c6174696e756d2e706e67)
===========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#translationbundle-)

A package designed for string translation utilizing the Yandex API. Presently, it exclusively accommodates Yandex translation services. Integration with the Google Translation API is slated for future implementation.

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

[](#installation)

To use this bundle in your Symfony2 project add the following to your `composer.json`:

```
{
    "require": {
        // ...
       "krushnaghodke/translation-bundle": "dev-master"
    }
}

```

Then, you can install the new dependencies by running Composer's `update` command from the directory where your `composer.json` file is located:

.. code-block :: bash

```
$ php composer.phar install

```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
