PHPackages                             maxvanceffer/microsoft-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. maxvanceffer/microsoft-translator-bundle

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

maxvanceffer/microsoft-translator-bundle
========================================

Bundle for using the Microsoft Translator V2 API (Fork to be able checkout with symfony 2.4)

v0.2.1(12y ago)021MITPHP

Since Nov 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/maxvanceffer/MicrosoftTranslatorBundle)[ Packagist](https://packagist.org/packages/maxvanceffer/microsoft-translator-bundle)[ Docs](http://github.com/matthiasnoback/MicrosoftTranslatorBundle)[ RSS](/packages/maxvanceffer-microsoft-translator-bundle/feed)WikiDiscussions master Synced 1w ago

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

MicrosoftTranslatorBundle
=========================

[](#microsofttranslatorbundle)

By Matthias Noback

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

[](#installation)

Using Composer, add to `composer.json`:

```
{
    "require": {
        "matthiasnoback/microsoft-translator-bundle": "dev-master"
    }
}

```

Then using the Composer binary:

```
php composer.phar install

```

Register the bundle in `/app/AppKernel.php`:

```
