Package Data | |
---|---|
Maintainer Username: | jeylabs |
Maintainer Contact: | suresh.ceymplon@jeylabs.com (jeylabs) |
Package Create Date: | 2016-09-13 |
Package Last Update: | 2016-09-13 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:11:34 |
Package Statistics | |
---|---|
Total Downloads: | 34 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 1 |
Total Open Issues: | 0 |
PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
Via 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);
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email syed+gh@lukonet.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.