berry / htmx
HTMX extension for berry/html
Installs: 260
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
pkg:composer/berry/htmx
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