Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

anjanesh's avatar

Using Reverb on a non Laravel application

I have a vanilla PHP app coded 2 years ago using my own style and rules. No framework. I want to know if I can use Laravel Reverb in it or does Reverb dependent on Laravel as the name suggests ? github.com/laravel/reverb

0 likes
7 replies
RemiM's avatar

You need Laravel to use Reverb as it's build specifically for the framework.

Sinnbeck's avatar

You can run a separate laravel app for the reverb server. But that will then need laravel.. Personally I would probably use soketi

anjanesh's avatar

@Sinnbeck I came across socketi - but it was last updated 2 years ago - is socketi not maintained anymore ?

Sinnbeck's avatar

@anjanesh I honestly dont know. But I have been using it for years (just switched to reverb as my app was laravel) and it has worked without any issue.. Perhaps they see it as feature complete.

Otherwise you need to set up a full laravel app just to run a reverb server. That might be fine for you?

Please or to participate in this conversation.