berry / htmx
HTMX extension for berry/html
v0.4.4
2026-02-04 14:57 UTC
Requires
- berry/extension-method-stub-generator: >=0.2
- berry/html: >=0.11
Requires (Dev)
- pestphp/pest: ^4.2
- phpstan/phpstan: ^2.1
- phpstan/phpstan-deprecation-rules: ^2.0
README
HTMX extension for berry/html
Usage
Install via composer
$ composer req berry/htmx
<?php function renderCounterButton(int $value): Element { return button() ->hxPost("/counter/{$value + 1}") ->hxSwap(HxSwap::OuterHTML) ->text("+$value"); }
PHPStan
If you're using phpstan (you should), you will also need to install phpstan/extension-installer so that the extension methods are automatically detected.
License
MIT