benedya/api-ai-php-sdk

There is no license information available for the latest version (0.1) of this package.

api.ai php-sdk

0.1 2016-09-20 05:45 UTC

This package is not auto-updated.

Last update: 2023-12-09 15:09:03 UTC


README

Install

composer require benedya/api-ai-php-sdk

How to use

require_once __DIR__.'/vendor/autoload.php';
$client = new Client('access_token');
$res = $client->query('/query', ['query' => 'Hi']);