Module for generating HTML in PHP
github.com/leedave/html
Homepage
pkg:composer/leedch/html
Installs: 807
Dependents: 2
Suggesters: 0
Stars: 1
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT d374330e3e7e051c5def144c77c0f5bb27289fec
HTML5htmlgenerateleedch
This package is not auto-updated.
Last update: 2026-03-01 11:43:38 UTC
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.