maizzle / maizzle-php

Jigsaw-based PHP build system for rapid HTML email development with Tailwind CSS.
https://jigsaw.maizzle.com
MIT License
304 stars 6 forks source link

[Question] How to use maizzle-php in a service as an api #35

Closed basghar closed 4 years ago

basghar commented 4 years ago

Does maizzle-php exposes api functions like Node Maizzle as mentioned in https://maizzle.com/docs/nodejs/.

const Maizzle = require('@maizzle/framework')

const html = Maizzle.render(`html string`, options)
cossssmin commented 4 years ago

It doesn't, it's just a build system based on the Jigsaw static site generator. This was one of the reasons for building maizzle.js.