I'm using the Codeigniter framework and trying to integrate with SendInBlue's PHP API. Their PHP documentation is not super helpful and the setup instructions on Github not clear either.
The doc says to "Download the files and include autoload.php":
require_once('/path/to/APIv3-php-library/vendor/autoload.php');
But I cannot find autoload
anywhere and I'm not really sure how to include that in my CI structure.
Update:
I contacted Sendinblue support and they do not have any installation tutorial for CI users. I tried using Compiler, and got the folder structure created but I'm still having issues integrating it with CI. I placed all the folders in my Libraries but it is not loaded correctly and complains about Autoload class not existing.