gollumsf / mjml-binary
MJML compiled binary in composer for php without nodejs for MjmlBundle
Installs: 1 818
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 8
Type:symfony-bundle
Requires (Dev)
- notfloran/mjml-bundle: *
- phpunit/phpunit: ^8.5
- dev-master
- v1.1.0
- v1.0.1
- v1.0.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/json-schema-and-jsprim-0.4.0
- dev-dependabot/npm_and_yarn/nth-check-and-mjml-2.1.1
- dev-dependabot/npm_and_yarn/ansi-regex-5.0.1
- dev-dependabot/npm_and_yarn/node-fetch-2.6.7
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/glob-parent-5.1.2
- dev-dependabot/npm_and_yarn/lodash-4.17.21
This package is auto-updated.
Last update: 2024-11-10 20:56:10 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