leedch/html

Module for generating HTML in PHP

Installs: 788

Dependents: 2

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/leedch/html

2.0.4 2022-01-08 15:06 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:24:53 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.