Download the PHP package delz/xfyun without Composer
On this page you can find all versions of the php package delz/xfyun. 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 xfyun
科大讯飞 REST API PHP SDK
如何获取
composer require delz/xfyun
参考文档地址
调用语音合成接口
-
实例化客户端对象
$client = new Client("{APPID}","{APIKEY}");
- 生成TTS对象,并发送请求
语音听写接口
-
实例化客户端对象
$client = new Client("{APPID}","{APIKEY}");
- 生成IAT对象,并发送请求
All versions of xfyun with dependencies
PHP Build Version
Package Version
The package delz/xfyun contains the following files
Loading the files please wait ....