Download the PHP package yansongda/translate without Composer
On this page you can find all versions of the php package yansongda/translate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package translate
Translate
翻译的 SDK,目前支持「百度」「有道」翻译。其它翻译 API 欢迎大家添加。
安装
composer require yansongda/translate
对外接口
-
trans(string $q, string $to, string $from = 'auto')
作用:直接将带翻译字符串转换成目标语言
返回值:string 目标语言字符串
参数:
$q: 待翻译的字符串
$to: 目的语言 可选 - 默认 英文
$from: 源语言 可选 - 默认 auto - link(string $q)
作用:转换为 url 友好的链接格式
返回值:string
参数:
$q: 带转换的中文字符串
使用方法
支持的翻译列表
License
MIT
All versions of translate with dependencies
PHP Build Version
Package Version
The package yansongda/translate contains the following files
Loading the files please wait ....