Object based HTML generator

Maintainers

Package info

github.com/ian-ozzie/php-html

pkg:composer/ian-ozzie/html

Transparency log

Statistics

Installs: 983

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

6.0.0 2026-07-03 13:08 UTC

This package is auto-updated.

Last update: 2026-07-03 13:11:37 UTC


README

I don't like writing/maintaining raw HTML, this works for me instead

Laravel/Livewire

Really not sure how stable/well integrated these are. From my initial usage they serve my purposes and let me work within Laravel without having to write blade syntax.

This package doesn't bring along the dependencies for these as it's meant to be thin, the dependencies are the consuming projects concern.

Tasks

lint

composer run lint

format

composer run lint:fix

test

composer run lint:stan
composer run test:coverage