Module for generating HTML in PHP
github.com/leedave/html
Homepage
Source
Issues
Installs: 782
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT d374330e3e7e051c5def144c77c0f5bb27289fec
HTML5htmlgenerateleedch
This package is not auto-updated.
Last update: 2025-04-13 07:09:45 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.