kokororin / msxiaoice-php-api
There is no license information available for the latest version (dev-master) of this package.
PHP implement of yanwii/msxiaoiceapi
dev-master
2017-11-04 03:04 UTC
Requires
- php: >=5.6
- guzzlehttp/guzzle: ~6.0
- symfony/css-selector: ~2.8 | ~3.3
- symfony/dom-crawler: ~2.8 | ~3.3
This package is auto-updated.
Last update: 2024-10-29 05:10:38 UTC
README
PHP implement of yanwii/msxiaoiceapi
Usage
$ composer require kokororin/msxiaoice-php-api:dev-master
$api = new XiaoIceAPI(file_get_contents('/path/to/headers.txt')); $api->chat('你是谁');