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
Requires
- php: >=8.1
- ext-json: *
- symfony/config: ^6.0|^7.0
- symfony/dependency-injection: ^6.0|^7.0
- symfony/framework-bundle: ^6.0|^7.0
- symfony/http-foundation: ^6.0|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfony/options-resolver: ^6.0|^7.0
- symfony/property-access: ^6.0|^7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.62.0
- roave/security-advisories: dev-latest
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
- Download the package with composer:
$ composer require tbmatuka/websocket-notify-bundle
- Add the bundle to
bundles.php
if it wasn't added automatically:Tbmatuka\EditorjsBundle\TbmatukaWebsocketNotifyBundle::class => ['all' => true],
- 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
.