Search by

markup-carve / tempest-carve

dereuromark

Carve rendering for Tempest applications.

Package info

github.com/markup-carve/tempest-carve

Homepage

pkg:composer/markup-carve/tempest-carve

Fund package maintenance!

dereuromark

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-09-16 07:27 UTC

README

CI PHP Tempest PHPStan License

Render Carve content in Tempest views with a safe-by-default component.

View the live demo →

composer require markup-carve/tempest-carve:dev-main
php tempest discovery:generate --no-interaction
<x-carve :content="$document" />

The renderer also supports named configurations, per-call profiles, four output formats, diagnostics, dependency-aware includes, caching, and test assertions.

Tempest discovers the component and its CarveRenderer initializer from the package. See Usage, Configuration, Design, and Security for details.