michalsn / codeigniter-htmx
HTMX helper for CodeIgniter 4 framework
v2.2.0
2026-02-04 10:55 UTC
Requires
- php: ^8.0
Requires (Dev)
- codeigniter4/devkit: ^1.0
- codeigniter4/framework: ^4.3
This package is auto-updated.
Last update: 2026-03-04 11:09:21 UTC
README
A set of methods for IncomingRequest, Response and RedirectResponse classes to help you work with htmx fluently in CodeIgniter 4 framework.
It also provides some additional help with handling errors and Debug Toolbar in development mode as well as support for view fragments.
Installation
composer require michalsn/codeigniter-htmx
Note
Remember - you still need to include the htmx javascript library inside the head tag.
Docs
https://michalsn.github.io/codeigniter-htmx/