← all projects

htmx-php-sandbox

Tiny PHP HTMX sandbox
repo

HTMX PHP Sandbox

This is just a minimal setup for PHP developers to experiment with HTMX.

Roadmap:

Setup

Checkout a copy of this repo, run the builtin webserver:

git clone https://github.com/svandragt/htmx-php-sandbox && cd htmx-php-sandbox && rm -rf .git
php -S localhost:5000 -t src

Happy hacking!

a screenshot