I am using filestack api in php. I am trying to make connection with api. I just included its client library file and i am getting an error. Please give me suggestion that which file i have to include for to make connection with Filestack Api. I am including right file? I had downloaded library from github ( https://github.com/filestack/filestack-php/ ). Below the code:
include 'ext-lib/filestack/filestack/FilestackClient.php';
use Filestack\FilestackClient;
Error:
Fatal error: Trait 'Filestack\Mixins\CommonMixin' not found in C:*****************\filestack\FilestackClient.php on line 1