From the archive! A Look At HTMX With PHP
We have more Drupal and HTMX articles coming next week. In the meantime, here's a look at HTMX and PHP.

A Look At HTMX With PHP
HTMX is a JavaScript library that can be used to issue AJAX requests, create CSS transisions, and set up web sockets using HTMLThe power of HTMX is that it can be used without writing any custom JavaScript code. It works by looking for attributes in HTML tags using that information to set up events, user interaction, and send requests to a back end. The system is backend agnostic and so will essentially work with any system that can accept, interpret, and respond to the requests.







