Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mordisacks/json2mjml

Convert json to mjml
https://github.com/mordisacks/json2mjml

json mjml php

Last synced: 4 days ago
JSON representation

Convert json to mjml

Awesome Lists containing this project

README

        

# json2mjml
Convert json to mjml

## Installation
`composer require json2mjml/json2mjml`

## Usage
```php
$json2mjml = new \Json2Mjml\Json2Mjml();

echo$json2mjml->json2xml($json);
```