[SOLVED] Issue interact with API using PHP

Hi. I facing this error when trying to interact with ubidots API using Laravel. I already run "composer require ubidots/ubidots

Hi there, from the error console it seems that the issue is related with the file ‘vendor/autoload.php’ location once you install it using composer, maybe you should set up your libraries location path in your xaamp options.

Hi. Tq for your response. Now the problem is solve by modified the code to

require (‘./vendor/autoload.php’);

But now now im facing a problem to load the data from Ubidots API to MySQL database. Can you suggest me the best way to do it

Hi there, you may use the native php methods to manage SQL databases.

All the best