You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying for 2 days now, to import mailjet library in my PHP project. This is an homemade framework and the mailjet's autoloader is overwriting the current autoloader. I have to find a way to import maiIjet without breaking the framework's logic. I also cannot understand why in the "no-composer" version, there are the composer's components (what is the purpose of this repo ?).
I succeed to create a Mailjet client by importing mailjet's files one by one but, when sending an email, it throws an error :
Hello,
I've been trying for 2 days now, to import mailjet library in my PHP project. This is an homemade framework and the mailjet's autoloader is overwriting the current autoloader. I have to find a way to import maiIjet without breaking the framework's logic. I also cannot understand why in the "no-composer" version, there are the composer's components (what is the purpose of this repo ?).
I succeed to create a Mailjet client by importing mailjet's files one by one but, when sending an email, it throws an error :
require_once(): Failed opening required '/home/www/../lib/GuzzleHttp/Client.php'
I also found a beginning of an answer but I can't make it works ...
https://ehikioya.com/how-to-install-php-packages-without-composer/
I would like to know if there is a working way to use mailjet without composer.
Thanks !
The text was updated successfully, but these errors were encountered: