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
Requires
- php: >=8.1
- ext-openssl: *
- ext-sockets: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- pestphp/pest: ^2.0
- phpstan/phpstan: ^1.10
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.