# Phtmx v0.2.0 - Table of Contents

> A tiny, convention-over-configuration HTMX integration for Phoenix: a layout-stripping plug, a parsed request struct, and HX-* response helpers. Keep your HEEx templates, drop the JSON.

## Pages

- [Phtmx](readme.md)
- [Changelog](changelog.md)

## Modules

- [Phtmx](Phtmx.md): A tiny, dependency-light integration layer between [HTMX](https://htmx.org)
and Phoenix.
- [Phtmx.Plug](Phtmx.Plug.md): Detects HTMX requests and strips the root layout so responses to HTMX are
bare HTML fragments instead of full pages.
- [Phtmx.Request](Phtmx.Request.md): Parsed HTMX request metadata, derived from the `HX-*` request headers that
the HTMX client sends.
- [Phtmx.Response](Phtmx.Response.md): Controller helpers for driving the HTMX client from the server via `HX-*`
**response** headers.

## Mix Tasks

- [mix phtmx.install](Mix.Tasks.Phtmx.Install.md): Installs phtmx into a Phoenix 1.8+ application.

