roticmedia / rotic-sdk
PHP SDK let you call Rotic Intelligent Solutions API
2.0.6.0
2022-02-23 23:57 UTC
Requires
- php: ^7.4
- ext-json: *
- guzzlehttp/guzzle: ^7.4
Requires (Dev)
- ext-json: *
README
For chat:
$rotic = new RoticSDK();
$rotic->token = '{YOUR_TOKEN}';
$rotic->api = '{YOUR_API_TOKEN}';
$rotic::$unique_token = '{Random_Generated_String}';
$rotic->chat("Hello world");