laravel/reverb
Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
v1.11.1
20M downloads/mo
#395 most downloaded on Packagist
laravel/reverb
What this package is like to depend on
Last release 17 days ago
06 Aug 2026
Ships fairly regularly
a new release about every 4 weeks
Nearly every release is documented
notes for 30 of 30 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
44 releases · first in 2024
14 releases in the last 12 months
see the full history below
Release timeline
44 releases · Mar 2024 to Aug 2026Releases
latest 44-
v1.11.106 Aug 2026Release notes
Open source →- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in #396
- Prefer an identified connection when flattening channel connections by @phuclh in #399
Release notes
Open source →- Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/reverb/pull/396
- Prefer an identified connection when flattening channel connections by @phuclh in https://github.com/laravel/reverb/pull/399
-
v1.11.025 Jun 2026Release notes
Open source →- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #383
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in #384
- Add Dependabot cooldown of 5 days by @nunomaduro in #385
- Enable Dependabot auto-merge by @nunomaduro in #386
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #388
- Carry socket id through pub/sub so toOthers works across servers by @ggrinfelds in #389
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in #391
- Add
registerDevCommandshelper by @joetannenbaum in #392 - Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #394
- Auto register dev commands by @joetannenbaum in #395
Release notes
Open source →- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in https://github.com/laravel/reverb/pull/383
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in https://github.com/laravel/reverb/pull/384
- Add Dependabot cooldown of 5 days by @nunomaduro in https://github.com/laravel/reverb/pull/385
- Enable Dependabot auto-merge by @nunomaduro in https://github.com/laravel/reverb/pull/386
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in https://github.com/laravel/reverb/pull/388
- Carry socket id through pub/sub so toOthers works across servers by @ggrinfelds in https://github.com/laravel/reverb/pull/389
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in https://github.com/laravel/reverb/pull/391
- Add
registerDevCommandshelper by @joetannenbaum in https://github.com/laravel/reverb/pull/392 - Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in https://github.com/laravel/reverb/pull/394
- Auto register dev commands by @joetannenbaum in https://github.com/laravel/reverb/pull/395
-
v1.10.210 May 2026Release notes
Open source →- Use timing-safe comparison for Pusher HTTP API signature check by @pushpak1300 in #381
Release notes
Open source →- Use timing-safe comparison for Pusher HTTP API signature check by @pushpak1300 in https://github.com/laravel/reverb/pull/381
-
v1.10.130 Apr 2026Release notes
Open source →- [1.x] perf(pusher): drop O(N²) connections() merge from pubsub hot path by @agustinprod in #379
Release notes
Open source →- [1.x] perf(pusher): drop O(N²) connections() merge from pubsub hot path by @agustinprod in https://github.com/laravel/reverb/pull/379
-
v1.10.029 Mar 2026Release notes
Open source →- Use singletonIf and bindIf in makePusherRouter to prevent overwriting user-defined bindings by @andre-hoffmann in #373
- Include server path in broadcasting connection config by @JoshSalway in #374
Release notes
Open source →- Use singletonIf and bindIf in makePusherRouter to prevent overwriting user-defined bindings by @andre-hoffmann in https://github.com/laravel/reverb/pull/373
- Include server path in broadcasting connection config by @JoshSalway in https://github.com/laravel/reverb/pull/374
-
v1.9.020 Mar 2026Release notes
Open source →- [1.x] Adds support for rate limiting by @joedixon in https://github.com/laravel/reverb/pull/371
-
v1.8.114 Mar 2026Release notes
Open source →- [1.x] Fix auth signature verification when using a custom server path by @hamedelasma in #368
Release notes
Open source →- [1.x] Fix auth signature verification when using a custom server path by @hamedelasma in https://github.com/laravel/reverb/pull/368
-
v1.8.021 Feb 2026Release notes
Open source →- Restrict client whisper events to channel members by @joshuadwire in #365
Release notes
Open source →- Restrict client whisper events to channel members by @joshuadwire in https://github.com/laravel/reverb/pull/365
-
v1.7.104 Feb 2026Release notes
Open source →- Supports Laravel 13 by @crynobone in #364
- Remove
Outputaliases from Laravel Reverb configuration by @crynobone in #363
Release notes
Open source →- Supports Laravel 13 by @crynobone in https://github.com/laravel/reverb/pull/364
- Remove
Outputaliases from Laravel Reverb configuration by @crynobone in https://github.com/laravel/reverb/pull/363
-
v1.7.006 Jan 2026Release notes
Open source →- [1.x] Fixes memory leak by @joedixon in #359
- Add allowed classes by @taylorotwell in #360
Release notes
Open source →- [1.x] Fixes memory leak by @joedixon in https://github.com/laravel/reverb/pull/359
- Add allowed classes by @taylorotwell in https://github.com/laravel/reverb/pull/360
-
v1.6.328 Nov 2025Release notes
Open source →- Add reload command by @barryvdh in https://github.com/laravel/reverb/pull/355
-
v1.6.221 Nov 2025Release notes
Open source →- [1.x] PHP 8.5 Compatibility by @crynobone in https://github.com/laravel/reverb/pull/353
-
v1.6.111 Nov 2025Release notes
Open source →- Decode the client event data if it is a valid json string by @vunguyen-it in https://github.com/laravel/reverb/pull/352
-
v1.6.007 Sep 2025Release notes
Open source →- [1.x] Adds optional application level connection limits by @joedixon in https://github.com/laravel/reverb/pull/347
- Remove re-subscription logic in scaling mode by @ashiquzzaman33 in https://github.com/laravel/reverb/pull/346
-
v1.5.116 Jun 2025Release notes
Open source →- Update logo by @iamdavidhill in https://github.com/laravel/reverb/pull/330
- Fix encoding of data field in presence channel events to match Pusher protocol by @alinapotupchik in https://github.com/laravel/reverb/pull/337
-
v1.5.031 Mar 2025Release notes
Open source →- [1.x] Bump dependencies to fix tests by @joedixon in https://github.com/laravel/reverb/pull/323
- [1.x] Adds support for reconnecting to Redis if disconnected by server by @joedixon in https://github.com/laravel/reverb/pull/281
- [1.x] Sets X-Powered-By header by @joedixon in https://github.com/laravel/reverb/pull/327
- [1.x] Fix issue with quoted string in .env when running install command by @joedixon in https://github.com/laravel/reverb/pull/328
-
v1.4.816 Mar 2025Release notes
Open source →- Allow client event without data by @v-sulzhin in https://github.com/laravel/reverb/pull/315
-
v1.4.706 Mar 2025Release notes
Open source →- [1.x] Adds support for server path prefix by @adrum in https://github.com/laravel/reverb/pull/311
-
v1.4.628 Jan 2025Release notes
Open source →- [1.x] Add Message Payload Validation and Improve Channel Data Handling by @MahdiBagheri71 in https://github.com/laravel/reverb/pull/303
- Supports Laravel 12 by @crynobone in https://github.com/laravel/reverb/pull/304
-
v1.4.527 Dec 2024Release notes
Open source →- [1.x] Fix tests by @joedixon in https://github.com/laravel/reverb/pull/293
- [1.x] Check if channel variable isn't null when passed as a filter on channels() method in ArrayChannelManager by @kirills-morozovs in https://github.com/laravel/reverb/pull/292
-
v1.4.406 Dec 2024Release notes
Open source →- [1.x] Allow publishing to others only when using Redis by @larswolff in https://github.com/laravel/reverb/pull/275
- Herd is available for Windows, this update enables certificate checki… by @iaidan in https://github.com/laravel/reverb/pull/277
- Bugfix for PR 275 - omit socket-id if null by @larswolff in https://github.com/laravel/reverb/pull/280
-
v1.4.331 Oct 2024Release notes
Open source →- Test against php 8.4 by @sergiy-petrov in https://github.com/laravel/reverb/pull/267
-
v1.4.224 Oct 2024Release notes
Open source →- [1.x] Optionally uses control frames for handling ping and pong by @joedixon in https://github.com/laravel/reverb/pull/253
-
v1.4.104 Oct 2024Release notes
Open source →- [1.x] Re-subscribes to the scaling channel when the underlying connection is lost by @ashiquzzaman33 in https://github.com/laravel/reverb/pull/251
-
v1.4.001 Oct 2024Release notes
Open source →- [1.x] Implements API signature verification by @joedixon in https://github.com/laravel/reverb/pull/252
- [1.x] Supports Laravel Prompts 0.3 by @crynobone in https://github.com/laravel/reverb/pull/255
-
v1.3.119 Sep 2024Release notes
Open source →- [1.x] Supports
laravel/promptsv0.2 by @crynobone in https://github.com/laravel/reverb/pull/249
- [1.x] Supports
-
v1.3.003 Sep 2024Release notes
Open source →- Add an activity timeout configuration option by @zeke0816 in https://github.com/laravel/reverb/pull/241
-
v1.2.016 Aug 2024Release notes
Open source →- Dispatch an event when channel created or removed. by @kirills-morozovs in https://github.com/laravel/reverb/pull/242
-
v1.1.006 Aug 2024Release notes
Open source →- Dispatch an event when a connection is pruned. by @joekaram in https://github.com/laravel/reverb/pull/235
- [1.x] Add support for wildcard allowed origins by @rabrowne85 in https://github.com/laravel/reverb/pull/233
- Prevent message with data: "" taking server down by @lee-van-oetz in https://github.com/laravel/reverb/pull/237
- Remove duplicate code by @FeBe95 in https://github.com/laravel/reverb/pull/240
-
v1.0.002 Jul 2024 -
v1.0.0-beta925 Apr 2024 pre-releaseNothing published for this version
-
v1.0.0-beta822 Apr 2024 pre-releaseNothing published for this version
-
v1.0.0-beta716 Apr 2024 pre-releaseNothing published for this version
-
v1.0.0-beta607 Apr 2024 pre-releaseNothing published for this version
-
v1.0.0-beta527 Mar 2024 pre-releaseNothing published for this version
-
v1.0.0-beta418 Mar 2024 pre-releaseNothing published for this version
-
v1.0.0-beta314 Mar 2024 pre-releaseNothing published for this version
-
v1.0.0-beta212 Mar 2024 pre-releaseNothing published for this version
-
v1.0.0-beta1427 Jun 2024 pre-releaseNothing published for this version
-
v1.0.0-beta1331 May 2024 pre-releaseNothing published for this version
-
v1.0.0-beta1227 May 2024 pre-releaseNothing published for this version
-
v1.0.0-beta1109 May 2024 pre-releaseNothing published for this version
-
v1.0.0-beta1002 May 2024 pre-releaseNothing published for this version
-
v1.0.0-beta112 Mar 2024 pre-releaseNothing published for this version