Skip to content

MordiSacks/json2mjml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2mjml

Convert json to mjml

Installation

composer require json2mjml/json2mjml

Usage

$json2mjml = new \Json2Mjml\Json2Mjml();

echo$json2mjml->json2xml($json);