leedch/html

Module for generating HTML in PHP

2.0.4 2022-01-08 15:06 UTC

This package is not auto-updated.

Last update: 2024-04-28 02:42:54 UTC


README

The purpose of this component is to generate HTML Code in PHP. This can be simple tags or more complex structures like tables

I do this when I'm too lazy to type HTML as string in a PHP application. It's faster and the result is much cleaner / more standardized.