Livewire without Laravel - is it possible?

Our legacy app is not build in Laravel but we really want to get the benefits of something like Livewire.

Does anyone know if a stand alone version of Livewire exists? Or are their other popular libraries that I could use to get a similar result.

I’ve found https://htmx.org/ which looks pretty promising, but is not PHP specific.

Hey, @dwenaus

Livewire is basically a laravel package not a stand-alone framework.

You can check the new framework from DHH (creator of Ruby on Rails) it called hotwire

PS: hotwire it’s a rails based not written with php.

For any future seekers who come across this post, I did find these:



Yoyo seems similar to Livewire.

I see someone is attempting a Symfony port here https://gitlab.com/RoflCopter24/symfony-livewire-bundle