jeylabs / php-witai by jeylabs
forked from irazasyed/php-witai

PHP Library for Wit.ai API with Laravel & Lumen Support out of the box!
32
0
3
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-04-25 15:09:39
Package Statistics
Total Downloads: 32
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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 syed+gh@lukonet.com instead of using the issue tracker.

Credits

License

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