LaravelPackages.net
Acme Inc.
Toggle sidebar
jeylabs/php-witai

PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!

37
0
1.0.1
About jeylabs/php-witai

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-Witai Library

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart