https://github.com/michalsn/codeigniter-htmx
HTMX helper library for CodeIgniter 4 framework
https://github.com/michalsn/codeigniter-htmx
codeigniter codeigniter4 htmx php php8
Last synced: 2 days ago
JSON representation
HTMX helper library for CodeIgniter 4 framework
- Host: GitHub
- URL: https://github.com/michalsn/codeigniter-htmx
- Owner: michalsn
- License: mit
- Created: 2022-11-13T14:42:18.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-06T20:35:45.000Z (about 1 month ago)
- Last Synced: 2025-04-04T01:09:40.036Z (11 days ago)
- Topics: codeigniter, codeigniter4, htmx, php, php8
- Language: PHP
- Homepage: https://michalsn.github.io/codeigniter-htmx/
- Size: 527 KB
- Stars: 75
- Watchers: 11
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - codeigniter-htmx - CodeIgniter 4 framework integration. (Tools)
README
# CodeIgniter HTMX
A set of methods for `IncomingRequest`, `Response` and `RedirectResponse` classes to help you work with [htmx](https://htmx.org) 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**.
[](https://github.com/michalsn/codeigniter-htmx/actions/workflows/phpunit.yml)
[](https://github.com/michalsn/codeigniter-htmx/actions/workflows/phpstan.yml)
[](https://github.com/michalsn/codeigniter-htmx/actions/workflows/deptrac.yml)
[](https://coveralls.io/github/michalsn/codeigniter-htmx?branch=develop)
## 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/
## Demos
https://github.com/michalsn/codeigniter-htmx-demo