Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mordisacks/json2mjml
- Owner: MordiSacks
- License: mit
- Created: 2018-08-05T13:47:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T13:54:49.000Z (over 6 years ago)
- Last Synced: 2024-11-01T03:04:34.013Z (14 days ago)
- Topics: json, mjml, php
- Language: PHP
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- 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);
```