Open maxBilla opened 4 years ago
Hi, It's late and the dev of mailet never answered you so here I am , 1 year later xD
You can use my repo: https://github.com/btronquo/mailjet-v3-no-composer
Juste clone and use it like the doc says 'require autoload.php' That's it ;)
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 !