jeylabs / php-witai
PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
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-10-29 04:42:03 UTC
README
PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
Install
Via Composer
$ composer require irazasyed/php-witai
Usage
$wit = new Irazasyed\Wit($access_token, $isAsyncRequests = false); $response = $wit->getIntentByText('Whats the weather like in San Francisco?', $optional_params);
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email syed+gh@lukonet.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.