qferr / mjml-php

A simple PHP library to render MJML to HTML.

Home Page:https://qferrer.medium.com/rendering-mjml-in-php-982d703aa703

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop using Symfony and Guzzle dependencies

qferr opened this issue · comments

Since this is a simple PHP library, I plan to remove the Symfony and Guzzle dependencies to avoid loading a lot of unnecessary files into the vendor. It must be a simple library, so I'll replace Guzzle using PHP's curl functions and Symfony Process using PHP's exec function. This way, I will no longer have to keep updating the version of these libraries and the project will be lighter.

Any update on this? Current state doesn't allow updating symfony 5.3 if one is using this lib

Hi @mipapo. It's done. I hope you enjoy the new 2.0 version of this library.

Awesome - Thanks @qferr for the update - Have a nice sunday!