Skip to content

The BlazeCast plugin provides a self-hosted WebSocket server for CakePHP applications using the Pusher protocol, enabling real-time bidirectional communication between your server and connected clients.

License

Notifications You must be signed in to change notification settings

Crustum/blazecast

Repository files navigation

CakePHP BlazeCast Plugin

The BlazeCast plugin provides a self-hosted WebSocket server for CakePHP applications using the Pusher protocol, enabling real-time bidirectional communication between your server and connected clients.

BlazeCast enables real-time communication between your CakePHP application and connected clients through WebSocket connections. The plugin supports public channels for open communication, private channels for authenticated users, and presence channels for tracking active users in real-time.

The plugin implements the Pusher protocol, making it compatible with Pusher JavaScript libraries and other Pusher-compatible clients. It includes a built-in WebSocket server, channel authorization system, Redis PubSub for horizontal scaling, rate limiting, and comprehensive logging capabilities.

The plugin integrates seamlessly with CakePHP's event system and provides command line tools for running the WebSocket server and managing connections.

Requirements

  • PHP 8.2+
  • CakePHP 5.2+

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.

About

The BlazeCast plugin provides a self-hosted WebSocket server for CakePHP applications using the Pusher protocol, enabling real-time bidirectional communication between your server and connected clients.

Resources

License

Stars

Watchers

Forks

Packages

No packages published