jeylabs / php-witai
PHP库,用于Wit.ai API,并支持Laravel和Lumen!
1.0.1
2016-09-13 14:56 UTC
Requires
- php: ~5.5|~7.0
- guzzlehttp/guzzle: ~6.2
- illuminate/support: 5.3.*
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is auto-updated.
Last update: 2024-08-29 04:19:55 UTC
README
PHP库,用于Wit.ai API,并支持Laravel和Lumen!
安装
通过Composer
$ composer require irazasyed/php-witai
用法
$wit = new Irazasyed\Wit($access_token, $isAsyncRequests = false); $response = $wit->getIntentByText('Whats the weather like in San Francisco?', $optional_params);
变更日志
有关最近更改的更多信息,请参阅变更日志。
测试
$ composer test
贡献
安全
如果您发现任何安全问题,请通过电子邮件syed+gh@lukonet.com联系,而不是使用问题跟踪器。
致谢
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件。