tbmatuka/websocket-notify-bundle

Symfony bundle for websocket-notify

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/tbmatuka/websocket-notify-bundle

dev-master 2024-08-16 17:14 UTC

This package is auto-updated.

Last update: 2025-09-23 17:21:12 UTC


README

Symfony bundle that integrates websocket-notify API calls.

Installation

Symfony

  1. Download the package with composer: $ composer require tbmatuka/websocket-notify-bundle
  2. Add the bundle to bundles.php if it wasn't added automatically: Tbmatuka\EditorjsBundle\TbmatukaWebsocketNotifyBundle::class => ['all' => true],
  3. Copy the example package config file (examples/websocket_notify.yaml) or use it as an example to create your own configuration.

JavaScript

There is an example of the JS implementation in examples/editorjs-init.js.