Skip to content
bpstr edited this page Oct 20, 2019 · 2 revisions

Welcome to the elements-php wiki!

Markups

The Markup class provides a simple structure for every markup-like element which can be later rendered as string.

Elements

To create valid HTML elements, use the more advanced Element class. It extends Markup with useful HTML specific methods.

Document

It is possible to render the full HTML document with one object which acts as any other Markup element.

Clone this wiki locally