tbmatuka/websocket-notify-bundle

Symfony bundle for websocket-notify

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

This package is auto-updated.

Last update: 2025-02-23 15:55:09 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.