sockeon/sockeon

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

Installs: 1 114

Dependents: 3

Suggesters: 0

Security: 0

Stars: 28

Watchers: 1

Forks: 1

Open Issues: 9

pkg:composer/sockeon/sockeon

v2.4.1 2026-01-10 11:05 UTC

This package is auto-updated.

Last update: 2026-02-18 18:13:09 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.1 or higher
  • ext-sockets
  • ext-openssl

Documentation

For complete documentation, visit https://sockeon.com

Security Vulnerabilities

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

License

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