michalsn / codeigniter-htmx
HTMX helper for CodeIgniter 4 framework
Installs: 39 451
Dependents: 1
Suggesters: 0
Security: 0
Stars: 82
Watchers: 10
Forks: 14
Open Issues: 1
pkg:composer/michalsn/codeigniter-htmx
Requires
- php: ^8.0
Requires (Dev)
- codeigniter4/devkit: ^1.0
- codeigniter4/framework: ^4.3
- dev-develop
- v2.2.0
- v2.1.0
- v2.0.0
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.0
- v1.0.0-beta.2
- v1.0.0-beta
- dev-workflow
- dev-chore/phpstan-rector
- dev-dependabot/github_actions/actions/cache-5
- dev-dependabot/github_actions/actions/checkout-6
- dev-dependabot/github_actions/actions/setup-python-6
- dev-deptrac
This package is auto-updated.
Last update: 2026-02-04 11:00:14 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/