gollumsf/mjml-binary

MJML compiled binary in composer for php without nodejs for MjmlBundle

Installs: 1 737

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 8

Type:symfony-bundle

v1.1.0 2021-01-06 16:51 UTC

README

MJML compiled binary in composer for php without nodejs for MjmlBundle

Build Status License Latest Stable Version Latest Unstable Version Discord

Installation:

composer require gollumsf/mjml-binary

Usage

In configuration of notfloran/mjml-bundle

config/packages/mjml.yaml

mjml:
    # Other confifuration
    options:
        # Other confifuration
        binary: '%kernel.project_dir%/vendor/gollumsf/mjml-binary/dist/mjml-linux' # You can use mjml-linux, mjml-win, mjml-alpine, mjml-macos 

Build library

npm install
npm run build