gollumsf / mjml-binary
MJML compiled binary in composer for php without nodejs for MjmlBundle
v1.1.0
2021-01-06 16:51 UTC
Requires (Dev)
- notfloran/mjml-bundle: *
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2026-06-11 00:10:47 UTC
README
MJML compiled binary in composer for php without nodejs for MjmlBundle
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