ian-ozzie / html
Object based HTML generator
6.0.0
2026-07-03 13:08 UTC
Requires
- php: >=8.3
Requires (Dev)
- ian-ozzie/pint-config: ^2.0
- illuminate/contracts: *
- illuminate/view: ^13.12
- livewire/livewire: ^4.3
- orchestra/testbench: ^11.1
- pestphp/pest: ^4.6
- phpstan/phpstan: ^2.1
- tomasvotruba/type-coverage: ^2.2
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