mopa/feed-bundle

There is no license information available for the latest version (dev-develop) of this package.

Websocket and Feedfunctionality

Installs: 1 200

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-develop 2023-10-15 21:50 UTC

This package is auto-updated.

Last update: 2024-04-15 23:10:37 UTC


README

Mopa Feed Bundle
================

This bundle comes with no guarantee :-)


Its intended to make websocket usage simpler and was orginating from sending user news feeds.
Now it can handle quite a bit more and even power chats

It is relying on rabbitmq to allow to send websocket messages from symfony2 applications
 that are not running in the same process as the websocket.

So you are abled to inform connected user applications asyncronously.

this bundle is already used in a few applications and might be heavily over engineered and untestet (phpunit).

One of the main goals was reusability of templates:
 so you can instruct the system to use templates connected with messages render
 them server sided in twig and send them then via websockets to "just use" the output in your app