Search by

roticmedia / rotic-sdk

miladxandi

PHP SDK let you call Rotic Intelligent Solutions API

2.0.6.0 2022-02-23 23:57 UTC

This package is auto-updated.

Last update: 2026-08-24 10:04:29 UTC


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");