utopia-php/websocket
A simple abstraction for WebSocket servers.
1.0.0
324K downloads/mo
#4452 most downloaded on Packagist
utopia-php/websocket
What this package is like to depend on
Last release 6 months ago
05 Feb 2026
Release timing varies
gaps range from 6 weeks to 2.3 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
6 releases · first in 2021
1 release in the last 12 months
see the full history below
Release timeline
6 releases · Jul 2021 to Feb 2026Releases
latest 6-
1.0.005 Feb 2026Release notes
Open source →What's Changed
- feat: add onRequest method to WebSocket adapters by @ChiragAgg5k in #27
- fix: only use COMPRESS flag when compression is enabled by @abnegate in #28
Full Changelog: 0.3.1...1.0.0
-
0.3.109 May 2025Release notes
Open source →What's Changed
- fix: emit message by @ChiragAgg5k in #25
- fix: prevent timeout while listening by @ChiragAgg5k in #26
Full Changelog: 0.3.0...0.3.1
-
0.3.028 Mar 2025Release notes
Open source →What's Changed
- Use utopia docker base for tests by @lohanidamodar in #22
- feat: add Client class by @ChiragAgg5k in #23
New Contributors
- @lohanidamodar made their first contribution in #22
- @ChiragAgg5k made their first contribution in #23
Full Changelog: 0.2.0...0.3.0
-
0.2.009 Apr 2024Release notes
Open source →What's Changed
- Refactor: Remove Authors by @2002Bishwajeet in #17
- 4379 Feat: Add Code Analyzer by @aaheli8 in #18
- Update travis job to enable cares support by @stnguyen90 in #20
- Issue-4356: Add Code Linter To utopia-php/websocket by @Rutam21 in #19
- Feat worker stop by @abnegate in #21
New Contributors
- @2002Bishwajeet made their first contribution in #17
- @aaheli8 made their first contribution in #18
- @stnguyen90 made their first contribution in #20
- @Rutam21 made their first contribution in #19
- @abnegate made their first contribution in #21
Full Changelog: 0.1.0...0.2.0
-
0.1.020 Dec 2021Release notes
Open source →What's Changed
- Created CONTRIBUTING.md by @HVbajoria in #8
- Upgraded issue templates to use GitHub issue forms by @alceil in #5
- Add the CODE_OF_CONDUCT.md by @JubayerJoy in #10
- Implemented onError callbacks by @Meldiron in #16
New Contributors
- @HVbajoria made their first contribution in #8
- @alceil made their first contribution in #5
- @JubayerJoy made their first contribution in #10
- @Meldiron made their first contribution in #16
Full Changelog: 0.0.1...0.1.0
-
0.0.111 Jul 2021Release notes
Open source →Merge pull request #3 from utopia-php/fix-swoole-send-nonblocking
fix(swoole): send messages non-blocking