Skip to content

jeylabs/php-witai

 
 

Repository files navigation

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.

About

[WIP] PHP Library for Wit.Ai API with Laravel & Lumen Support out of the box!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%