shiran / translation
translation sdk base on baidu api
This package's canonical repository appears to be gone and the package has been frozen as a result.
0.0.3
2019-02-02 16:26 UTC
Requires
- guzzlehttp/guzzle: ^6.3
- mockery/mockery: ^1.2
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2019-04-04 03:21:10 UTC
README
translation sdk base on baidu api.
Installing
$ composer require shiran/translation -vvv
Usage
配置写在 config/services.php 中:
. . . 'translation' => [ 'key' => env('TRANSLATION_API_KEY'), 'appid' => env('TRANSLATION_API_APPID') ]
public function translation(Request $request, Translation $translation) { $translation->translate('你好‘, 'zh', 'en'); }
License
MIT