https://github.com/mordisacks/json2mjml
Convert json to mjml
https://github.com/mordisacks/json2mjml
json mjml php
Last synced: about 1 year ago
JSON representation
Convert json to mjml
- Host: GitHub
- URL: https://github.com/mordisacks/json2mjml
- Owner: MordiSacks
- License: mit
- Created: 2018-08-05T13:47:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T13:54:49.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T14:34:51.630Z (about 1 year ago)
- Topics: json, mjml, php
- Language: PHP
- Size: 13.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```