kokororin / msxiaoice-php-api
PHP implement of yanwii/msxiaoiceapi
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kokororin/msxiaoice-php-api
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: 2025-09-29 02:02:05 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('你是谁');