Does anyone have any experience using the cloudconvert-php wrapper? Here is the GitHub page for it: https://github.com/cloudconvert/cloudconvert-php.
I have installed it using composer, and updated my autoload.php file in the vendor folder with the necessary:
require_once __DIR__ . '/autoload.php';
But when I go to use the API, I get the following error:
Fatal error: TestController cannot use CloudConvert\Api - it is not a trait in /controllers/testController.php on line...
I cannot figure out what I am doing wrong, so any help is greatly appreciated.
Thank you in advance!