├── .gitignore ├── Delz └── XFYun │ ├── ApiException.php │ ├── BaseApi.php │ ├── Client.php │ ├── IAT.php │ └── TTS.php ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/.gitignore -------------------------------------------------------------------------------- /Delz/XFYun/ApiException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/Delz/XFYun/ApiException.php -------------------------------------------------------------------------------- /Delz/XFYun/BaseApi.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/Delz/XFYun/BaseApi.php -------------------------------------------------------------------------------- /Delz/XFYun/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/Delz/XFYun/Client.php -------------------------------------------------------------------------------- /Delz/XFYun/IAT.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/Delz/XFYun/IAT.php -------------------------------------------------------------------------------- /Delz/XFYun/TTS.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/Delz/XFYun/TTS.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/delznet/xfyun-php-sdk/HEAD/composer.json --------------------------------------------------------------------------------