PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
Install
Via Composer
$ composer require irazasyed/php-witai
Usage
$wit = newIrazasyed\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.