melk/bing-translation
最新稳定版本:1.0.0
Composer 安装命令:
composer require melk/bing-translation
包简介
README 文档
README
Bing translation service for Symfony2
#Installation Just add this line to composer:
"melk/bing-translation" : "dev-master"
Then add bundle to your AppKernel.php file:
new Melk\BingTranslationBundle\MelkBingTranslationBundle(),
#Configuration
Create MS application and add next information to your config.yml:
#app/config/config.yml
melk_bing_translation:
client_id: your client id
client_secret: your client secret
#Usage Simple example of how to translate comments in controller:
$bingTranslator = $this->get('melk_bing_translation.translator');
$commentLocale = $bingTranslator->detectLanguage($comment);
$translated = $bingTranslator->translate($comment, $commentLocale, $toLocale);
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-03