sockeon/sockeon

Framework-agnostic PHP WebSocket and HTTP server library with attribute-based routing and support for namespaces and rooms.

Maintainers

Package info

github.com/sockeon/sockeon

pkg:composer/sockeon/sockeon

Transparency log

Statistics

Installs: 1 891

Dependents: 4

Suggesters: 0

Stars: 27

Open Issues: 0

v3.0.0 2026-07-16 09:52 UTC

This package is auto-updated.

Last update: 2026-07-22 16:22:37 UTC


README

Build real-time applications with PHP. Sockeon is a modern WebSocket and HTTP server library that brings event-driven, bidirectional communication to your PHP projects without external dependencies.

Perfect for chat applications, live dashboards, real-time notifications, collaborative tools, and any application requiring instant data synchronization.

Installation

Install via Composer:

composer require sockeon/sockeon

Requirements

  • PHP 8.3 or higher
  • ext-sockets
  • ext-openssl
  • ext-redis
  • ext-openswoole

Documentation

For complete documentation, visit https://sockeon.github.io

Security Vulnerabilities

If you discover a security vulnerability, please email xentixar@gmail.com.

License

Sockeon is open-sourced software licensed under the MIT license.