PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
jeylabs/php-witai is a Laravel package for php library for wit.ai api with laravel & lumen support out of the box!.
It currently has 0 GitHub stars and 37 downloads on Packagist (latest version 1.0.1).
Install it with composer require jeylabs/php-witai.
Discover more Laravel packages by jeylabs
or browse all Laravel packages to compare alternatives.
Last updated
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 [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.